Skip to content

Commit f72b9f0

Browse files
committedApr 29, 2013
Heroku shit
1 parent 18b4570 commit f72b9f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎Procfile

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn trading_wheel:app

‎requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ Jinja2==2.6
33
WTForms==1.0.3
44
Werkzeug==0.8.3
55
cx-Oracle==5.1.2
6+
gunicorn==0.17.4
67
wsgiref==0.1.2

0 commit comments

Comments
 (0)
Please sign in to comment.