update dependencies

This commit is contained in:
Julius Unverfehrt 2022-06-23 16:46:26 +02:00
parent 956e673701
commit 618880241c
2 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ echo "DVC pull step"
dvc pull dvc pull
echo "coverage calculation" echo "coverage calculation"
coverage run -m pytest coverage run -m pytest .
echo "coverage report generation" echo "coverage report generation"
coverage report -m coverage report -m
coverage xml coverage xml

View File

@ -1,5 +1,10 @@
envyaml==1.10.211231
Flask==2.1.1
waitress==2.0.0
pytest~=7.0.1
funcy==1.17
numpy==1.22.3
opencv-python-headless~=4.5.5.62 opencv-python-headless~=4.5.5.62
numpy~=1.22.1
pdf2image~=1.16.0 pdf2image~=1.16.0
matplotlib~=3.5.1 matplotlib~=3.5.1
imutils~=0.5.4 imutils~=0.5.4
@ -7,12 +12,7 @@ iteration-utilities~=0.11.0
dvc==2.9.3 dvc==2.9.3
dvc[ssh] dvc[ssh]
scipy~=1.8.0 scipy~=1.8.0
Flask~=2.0
waitress~=2.0
pytest==7.0.1
envyaml==1.10.211231
coverage~=5.5 coverage~=5.5
dependency-check~=0.6.0 dependency-check~=0.6.0
prometheus-client~=0.13.1 prometheus-client~=0.13.1
prometheus_flask_exporter~=0.19.0 prometheus_flask_exporter~=0.19.0
funcy==1.17