~boringcactus/crabravebot

42a2ad9eab72c082ae0590559ef4eca3bfa93526 — Melody Horn 4 years ago bd569cc
install gunicorn in a more reliable way
3 files changed, 2 insertions(+), 1 deletions(-)

M .gitignore
M Aptfile
M requirements.txt
M .gitignore => .gitignore +1 -0
@@ 1,3 1,4 @@
/venv
/.idea
/.env
/__pycache__

M Aptfile => Aptfile +0 -1
@@ 1,2 1,1 @@
gunicorn
ffmpeg

M requirements.txt => requirements.txt +1 -0
@@ 3,3 3,4 @@ python-dotenv
Pillow
libhoney
Flask
gunicorn; sys_platform != 'win32'