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'