diff options
| -rw-r--r-- | Pipfile | 1 | ||||
| -rw-r--r-- | Procfile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ name = "pypi" [packages] flask = "*" +gunicorn = "*" [dev-packages] diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..8001d1a --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn app:app
\ No newline at end of file |
