added whitenoise again

This commit is contained in:
Jonas Winkler
2020-10-27 01:09:50 +01:00
parent 2c21b3b8ba
commit d5a1a4916e
3 changed files with 53 additions and 21 deletions

View File

@@ -18,10 +18,11 @@ langdetect = "*"
pdftotext = "*"
django-filter = "*"
python-dateutil = "*"
psycopg2 = "*"
psycopg2-binary = "*"
scikit-learn="*"
whoosh="*"
gunicorn = "*"
whitenoise = "*"
django-extensions = "*"