update dependencies

This commit is contained in:
jonaswinkler 2021-01-28 12:43:27 +01:00
parent fafe259e53
commit 47189342e4
3 changed files with 9 additions and 7 deletions

View File

@ -44,6 +44,8 @@ inotifyrecursive = "~=0.3.4"
ocrmypdf = "~=11.4.5" ocrmypdf = "~=11.4.5"
tqdm = "*" tqdm = "*"
tika = "*" tika = "*"
# TODO: This will sadly also install daphne+dependencies,
# which an ASGI server we don't need. Adds about 15MB image size.
channels = "~=3.0" channels = "~=3.0"
channels-redis = "*" channels-redis = "*"
uvicorn = {extras = ["standard"], version = "*"} uvicorn = {extras = ["standard"], version = "*"}

12
Pipfile.lock generated
View File

@ -403,11 +403,11 @@
}, },
"imap-tools": { "imap-tools": {
"hashes": [ "hashes": [
"sha256:4ec9575f21fb5a3efb573e71107806367dd52ecab0bf8f5c3724d1de6762b77b", "sha256:0eaa9b990fae336601dd44f353fac2d35ea25ca3b1b682a83700511635fc30ae",
"sha256:860221dc13eb5d640da240e9bcf7867275c6162b742255789fd84f59124dfdd9" "sha256:1c809e286d439e41fbe796c522ad4e565fd47a4260253343fa1b1045b6bfe8b1"
], ],
"index": "pypi", "index": "pypi",
"version": "==0.36.0" "version": "==0.37.0"
}, },
"img2pdf": { "img2pdf": {
"hashes": [ "hashes": [
@ -1838,11 +1838,11 @@
}, },
"tox": { "tox": {
"hashes": [ "hashes": [
"sha256:0aa777ee466f2ef18e6f58428c793c32378779e0a321dbb8934848bc3e78998c", "sha256:76df3db6eee929bb62bdbacca5bb6bc840669d98e86a015b7a57b7df0a6eaf8b",
"sha256:f501808381c01c6d7827c2f17328be59c0a715046e94605ddca15fb91e65827d" "sha256:854e6e4a71c614b488f81cb88df3b92edcb1a9ec43d4102e6289e9669bbf7f18"
], ],
"index": "pypi", "index": "pypi",
"version": "==3.21.2" "version": "==3.21.3"
}, },
"typing-extensions": { "typing-extensions": {
"hashes": [ "hashes": [

View File

@ -42,7 +42,7 @@ httptools==0.1.1
humanfriendly==9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' humanfriendly==9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
hyperlink==21.0.0 hyperlink==21.0.0
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
imap-tools==0.36.0 imap-tools==0.37.0
img2pdf==0.4.0 img2pdf==0.4.0
importlib-metadata==3.4.0; python_version < '3.8' importlib-metadata==3.4.0; python_version < '3.8'
incremental==17.5.0 incremental==17.5.0