summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pipfile1
-rw-r--r--Procfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 6f85283..2944088 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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