update dependencies

This commit is contained in:
jonaswinkler 2021-02-02 20:43:07 +01:00
parent 82730ab491
commit d198a89f22
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 = "*"

6
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "3e5b28740397136ffd0a397889e232192414eca2e2e6e9284f452d60cbbceda8"
"sha256": "658e2907c680baea81e77da9081ee063ff843b185d02c95d6483b747f0acd84d"
},
"pipfile-spec": 6,
"requires": {},
@ -282,6 +282,9 @@
"version": "==3.0.12"
},
"fuzzywuzzy": {
"extras": [
"speedup"
],
"hashes": [
"sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8",
"sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993"
@ -826,7 +829,6 @@
"sha256:d92fe5c3b10c8ad8f2d880499f5e96ed24dbc7cd0414a665c2e2505feaf4ec58",
"sha256:dc2395fbd148a1ab31090dd113c366695934b9e85fe5a4b2a032745efd0346f6"
],
"index": "pypi",
"version": "==0.12.2"
},
"python-magic": {

View File

@ -34,7 +34,7 @@ django-q==1.3.4
django==3.1.6
djangorestframework==3.12.2
filelock==3.0.12
fuzzywuzzy==0.18.0
fuzzywuzzy[speedup]==0.18.0
gunicorn==20.0.4
h11==0.12.0; python_version >= '3.6'
hiredis==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'