From 27e32d78c09608c513f99581876d84df27f51e5c Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Sat, 5 Feb 2022 18:46:40 +0800 Subject: [PATCH] update --- Procfile | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 Procfile diff --git a/Procfile b/Procfile new file mode 100644 index 0000000..80a980e --- /dev/null +++ b/Procfile @@ -0,0 +1 @@ +web: gunicorn run:app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index b6141df..01d0dcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ Flask~=2.0.2 requests~=2.27.1 -gevent~=21.12.0 \ No newline at end of file +gevent~=21.12.0 +gunicorn \ No newline at end of file