Skip to content

Commit 43f8cc5

Browse files
committedMay 9, 2018
Added Heroku files
1 parent 114857e commit 43f8cc5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎Procfile

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

‎requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
gunicorn==19.8.1
2+
Flask==1.0.2

0 commit comments

Comments
 (0)