add gunicorn again

This commit is contained in:
jonaswinkler
2021-01-27 19:11:18 +01:00
parent 9167357908
commit d9e6f6e07c
3 changed files with 22 additions and 12 deletions

View File

@@ -34,6 +34,7 @@ django==3.1.5
djangorestframework==3.12.2
filelock==3.0.12
fuzzywuzzy==0.18.0
gunicorn==20.0.4
hiredis==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
humanfriendly==9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
hyperlink==21.0.0
@@ -85,7 +86,7 @@ twisted[tls]==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.
txaio==20.12.1; python_version >= '3.6'
typing-extensions==3.7.4.3; python_version < '3.8'
tzlocal==2.1
urllib3==1.26.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
urllib3==1.26.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
watchdog==1.0.2
wcwidth==0.2.5
whitenoise==5.2.0