aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-06-18 23:00:40 -0600
committerMelody Horn <melody@boringcactus.com>2020-06-18 23:00:40 -0600
commit42a2ad9eab72c082ae0590559ef4eca3bfa93526 (patch)
tree0df177a4ba7132b42b5a93f31b4b4703ddf4197d /requirements.txt
parentbd569cc6c42da0dad02d2d3f5ef18d3ac06e319d (diff)
downloadcrabravebot-42a2ad9eab72c082ae0590559ef4eca3bfa93526.tar.gz
crabravebot-42a2ad9eab72c082ae0590559ef4eca3bfa93526.zip
install gunicorn in a more reliable way
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
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'