mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
update python dependencies
This commit is contained in:
parent
0b90e69119
commit
ba6843df83
13
Pipfile
13
Pipfile
@ -21,8 +21,7 @@ fuzzywuzzy = {extras = ["speedup"], version = "*"}
|
|||||||
gunicorn = "*"
|
gunicorn = "*"
|
||||||
imap-tools = "*"
|
imap-tools = "*"
|
||||||
langdetect = "*"
|
langdetect = "*"
|
||||||
# numpy 1.20.0 drops python 3.6 support
|
numpy = "~=1.21.0"
|
||||||
numpy = "~=1.19.5"
|
|
||||||
pathvalidate = "*"
|
pathvalidate = "*"
|
||||||
pillow = "~=8.1"
|
pillow = "~=8.1"
|
||||||
pikepdf = "~=2.5"
|
pikepdf = "~=2.5"
|
||||||
@ -34,13 +33,11 @@ psycopg2-binary = "*"
|
|||||||
redis = "*"
|
redis = "*"
|
||||||
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
|
# Pinned because aarch64 wheels and updates cause warnings when loading the classifier model.
|
||||||
scikit-learn="==0.24.0"
|
scikit-learn="==0.24.0"
|
||||||
# Prevent scipy updates because 1.6 is incompatible with python 3.6
|
whitenoise = "~=5.3.0"
|
||||||
scipy="~=1.5.4"
|
watchdog = "~=2.1.0"
|
||||||
whitenoise = "~=5.2.0"
|
|
||||||
watchdog = "~=1.0.0"
|
|
||||||
whoosh="~=2.7.4"
|
whoosh="~=2.7.4"
|
||||||
inotifyrecursive = "~=0.3.4"
|
inotifyrecursive = "~=0.3.4"
|
||||||
ocrmypdf = "~=12.0"
|
ocrmypdf = "~=12.3"
|
||||||
tqdm = "*"
|
tqdm = "*"
|
||||||
tika = "*"
|
tika = "*"
|
||||||
# TODO: This will sadly also install daphne+dependencies,
|
# TODO: This will sadly also install daphne+dependencies,
|
||||||
@ -50,7 +47,7 @@ channels-redis = "*"
|
|||||||
uvicorn = {extras = ["standard"], version = "*"}
|
uvicorn = {extras = ["standard"], version = "*"}
|
||||||
concurrent-log-handler = "*"
|
concurrent-log-handler = "*"
|
||||||
# uvloop 0.15+ incompatible with python 3.6
|
# uvloop 0.15+ incompatible with python 3.6
|
||||||
uvloop = "~=0.14.0"
|
uvloop = "~=0.15"
|
||||||
cryptography = "~=3.4"
|
cryptography = "~=3.4"
|
||||||
"pdfminer.six" = "*"
|
"pdfminer.six" = "*"
|
||||||
|
|
||||||
|
957
Pipfile.lock
generated
957
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user