From 42a2ad9eab72c082ae0590559ef4eca3bfa93526 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Thu, 18 Jun 2020 23:00:40 -0600 Subject: install gunicorn in a more reliable way --- .gitignore | 1 + Aptfile | 1 - requirements.txt | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3240065..e61018a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /venv /.idea /.env +/__pycache__ diff --git a/Aptfile b/Aptfile index 0f1d3cc..20645e6 100644 --- a/Aptfile +++ b/Aptfile @@ -1,2 +1 @@ -gunicorn ffmpeg diff --git a/requirements.txt b/requirements.txt index 00f9b5a..4865ed5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ python-dotenv Pillow libhoney Flask +gunicorn; sys_platform != 'win32' -- cgit v1.2.3