We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cbab84 commit c8ce654Copy full SHA for c8ce654
3 files changed
Procfile
@@ -0,0 +1 @@
1
+web: gunicorn wsgi
requirements.txt
@@ -4,6 +4,7 @@ cryptography==1.2.1
4
decorator==4.0.6
5
Flask==0.10.1
6
gspread==0.3.0
7
+gunicorn==19.4.5
8
httplib2==0.9.2
9
idna==2.0
10
ipython==4.0.1
wsgi.py
@@ -0,0 +1,4 @@
+from am_workout_assistant import application
2
+
3
+if __name__ == "__main__":
+ application.run()
0 commit comments