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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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