We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c14c73 commit ba2d3c0Copy full SHA for ba2d3c0
Procfile
@@ -0,0 +1 @@
1
+web: gunicorn app:app --log-file - --pythonpath flask
requirements.txt
@@ -2,6 +2,7 @@ Flask==0.10.1
2
Jinja2==2.7.3
3
MarkupSafe==0.23
4
Werkzeug==0.10.1
5
+gunicorn==19.3.0
6
itsdangerous==0.24
7
python-dateutil==2.4.1
8
requests==2.6.0
0 commit comments