Skip to content

Commit 47908e8

Browse files
author
ExpDev07
committed
gunicorn
1 parent ddfedc0 commit 47908e8

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Pipfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ bandit = "*"
1010
flask = "*"
1111
python-dotenv = "*"
1212
requests = "*"
13+
gunicorn = "*"
1314

1415
[requires]
15-
python_version = "3.8"
16+
python_version = "3.8"

Pipfile.lock

Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: gunicorn app:app

0 commit comments

Comments
 (0)