updated consumer: now using watchdog

This commit is contained in:
Jonas Winkler
2020-11-01 23:07:54 +01:00
parent 8f4ddb30c1
commit 9f29dc2863
4 changed files with 130 additions and 224 deletions

19
Pipfile
View File

@@ -4,29 +4,28 @@ verify_ssl = true
name = "pypi"
[packages]
django = "*"
django = "~=3.1"
pillow = "*"
dateparser = "*"
dateparser = "~=0.7"
django-cors-headers = "*"
djangorestframework = "*"
inotify-simple = "*"
djangorestframework = "~=3.12"
python-gnupg = "*"
python-dotenv = "*"
filemagic = "*"
pyocr = "*"
pyocr = "~=0.7"
langdetect = "*"
pdftotext = "*"
django-filter = "*"
django-filter = "~=2.4"
python-dateutil = "*"
psycopg2-binary = "*"
scikit-learn="*"
whoosh="*"
scikit-learn="~=0.23"
whoosh="~=2.7"
gunicorn = "*"
whitenoise = "*"
fuzzywuzzy = "*"
python-Levenshtein = "*"
django-extensions = "*"
django-extensions = ""
watchdog = "*"
[dev-packages]
coveralls = "*"