update dependencies

This commit is contained in:
jonaswinkler
2021-02-02 20:43:07 +01:00
parent 308887e0a4
commit 283ec8fb57
3 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ django-filter = "~=2.4.0"
django-q = "~=1.3.4"
djangorestframework = "~=3.12.2"
filelock = "*"
fuzzywuzzy = "*"
fuzzywuzzy = {extras = ["speedup"], version = "*"}
gunicorn = "*"
imap-tools = "*"
langdetect = "*"
@@ -29,7 +29,6 @@ pikepdf = "~=2.5.0"
python-gnupg = "*"
python-dotenv = "*"
python-dateutil = "*"
python-Levenshtein = "*"
python-magic = "*"
psycopg2-binary = "*"
redis = "*"