Skip to content

Commit 61dd3d4

Browse files
committed
Initial heroku commit
1 parent d1c0e3c commit 61dd3d4

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
venv
2+
*.pyc

Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python gist-flask.py

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Flask==0.8
2+
distribute==0.6.24

0 commit comments

Comments
 (0)