Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
atomicwrites >= 1.3.0
beanie>=2.0.1
click >=7
cryptography < 43.0.0
cysignals
Deprecated == 1.2.0
docker>=7.1.0
Expand All @@ -26,6 +25,8 @@ numpy
ocrd-fork-bagit >= 1.8.1.post2
ocrd-fork-bagit_profile >= 1.3.0.post1
opencv-python-headless
paramiko >= 4; python_version > '3.9'
paramiko >= 3.4.1; python_version <= '3.9'
paramiko
pika>=1.2.0
Pillow >= 7.2.0
Expand Down
1 change: 0 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
autopep8
cryptography < 43.0.0
pytest >= 4.0.0
generateDS == 2.44.1
pytest-benchmark >= 3.2.3
Expand Down
Loading