Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit 63570fc

Browse files
committed
Add gunicorn as a dependency
1 parent e0ba2a6 commit 63570fc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎Procfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
web: gunicorn app:app --preload --log-file=-
2-

‎requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
flask == 1.0.2
22
route53 == 1.0.1
33
boto == 2.49.0
4+
gunicorn == 19.9.0

0 commit comments

Comments
 (0)