Skip to content

Commit ba2d3c0

Browse files
author
Joe Kohlmann
committed
* Updated requirements.txt to include gunicorn
* Added a Procfile for Heroku deployment
1 parent 8c14c73 commit ba2d3c0

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 app:app --log-file - --pythonpath flask

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Flask==0.10.1
22
Jinja2==2.7.3
33
MarkupSafe==0.23
44
Werkzeug==0.10.1
5+
gunicorn==19.3.0
56
itsdangerous==0.24
67
python-dateutil==2.4.1
78
requests==2.6.0

0 commit comments

Comments
 (0)