mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
update dependencies
This commit is contained in:
parent
82730ab491
commit
d198a89f22
3
Pipfile
3
Pipfile
@ -17,7 +17,7 @@ django-filter = "~=2.4.0"
|
|||||||
django-q = "~=1.3.4"
|
django-q = "~=1.3.4"
|
||||||
djangorestframework = "~=3.12.2"
|
djangorestframework = "~=3.12.2"
|
||||||
filelock = "*"
|
filelock = "*"
|
||||||
fuzzywuzzy = "*"
|
fuzzywuzzy = {extras = ["speedup"], version = "*"}
|
||||||
gunicorn = "*"
|
gunicorn = "*"
|
||||||
imap-tools = "*"
|
imap-tools = "*"
|
||||||
langdetect = "*"
|
langdetect = "*"
|
||||||
@ -29,7 +29,6 @@ pikepdf = "~=2.5.0"
|
|||||||
python-gnupg = "*"
|
python-gnupg = "*"
|
||||||
python-dotenv = "*"
|
python-dotenv = "*"
|
||||||
python-dateutil = "*"
|
python-dateutil = "*"
|
||||||
python-Levenshtein = "*"
|
|
||||||
python-magic = "*"
|
python-magic = "*"
|
||||||
psycopg2-binary = "*"
|
psycopg2-binary = "*"
|
||||||
redis = "*"
|
redis = "*"
|
||||||
|
6
Pipfile.lock
generated
6
Pipfile.lock
generated
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "3e5b28740397136ffd0a397889e232192414eca2e2e6e9284f452d60cbbceda8"
|
"sha256": "658e2907c680baea81e77da9081ee063ff843b185d02c95d6483b747f0acd84d"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {},
|
"requires": {},
|
||||||
@ -282,6 +282,9 @@
|
|||||||
"version": "==3.0.12"
|
"version": "==3.0.12"
|
||||||
},
|
},
|
||||||
"fuzzywuzzy": {
|
"fuzzywuzzy": {
|
||||||
|
"extras": [
|
||||||
|
"speedup"
|
||||||
|
],
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8",
|
"sha256:45016e92264780e58972dca1b3d939ac864b78437422beecebb3095f8efd00e8",
|
||||||
"sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993"
|
"sha256:928244b28db720d1e0ee7587acf660ea49d7e4c632569cad4f1cd7e68a5f0993"
|
||||||
@ -826,7 +829,6 @@
|
|||||||
"sha256:d92fe5c3b10c8ad8f2d880499f5e96ed24dbc7cd0414a665c2e2505feaf4ec58",
|
"sha256:d92fe5c3b10c8ad8f2d880499f5e96ed24dbc7cd0414a665c2e2505feaf4ec58",
|
||||||
"sha256:dc2395fbd148a1ab31090dd113c366695934b9e85fe5a4b2a032745efd0346f6"
|
"sha256:dc2395fbd148a1ab31090dd113c366695934b9e85fe5a4b2a032745efd0346f6"
|
||||||
],
|
],
|
||||||
"index": "pypi",
|
|
||||||
"version": "==0.12.2"
|
"version": "==0.12.2"
|
||||||
},
|
},
|
||||||
"python-magic": {
|
"python-magic": {
|
||||||
|
@ -34,7 +34,7 @@ django-q==1.3.4
|
|||||||
django==3.1.6
|
django==3.1.6
|
||||||
djangorestframework==3.12.2
|
djangorestframework==3.12.2
|
||||||
filelock==3.0.12
|
filelock==3.0.12
|
||||||
fuzzywuzzy==0.18.0
|
fuzzywuzzy[speedup]==0.18.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
h11==0.12.0; python_version >= '3.6'
|
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'
|
hiredis==1.1.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user