Revert "update requirements"

This reverts commit 8f6e1360
This commit is contained in:
jonaswinkler
2021-03-21 11:43:16 +01:00
parent 0aa084c792
commit 4954851b68
3 changed files with 259 additions and 257 deletions

View File

@@ -24,8 +24,9 @@ langdetect = "*"
# numpy 1.20.0 drops python 3.6 support
numpy = "~=1.19.5"
pathvalidate = "*"
pillow = "~=8.1.0"
pikepdf = "~=2.5"
# pinned to 8.1.0, since aarch64 wheels might not be available beyond that https://github.com/python-pillow/Pillow/issues/5202
pillow = "==8.1.0"
pikepdf = "~=2.5.0"
python-gnupg = "*"
python-dotenv = "*"
python-dateutil = "*"