added whitenoise again

This commit is contained in:
Jonas Winkler
2020-10-27 01:09:50 +01:00
parent c1ab22fcb8
commit e24baf5811
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 = "*"