From 618880241ca032a970c7c81e3259033f9111af0a Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Thu, 23 Jun 2022 16:46:26 +0200 Subject: [PATCH] update dependencies --- .../src/main/resources/scripts/sonar-scan.sh | 2 +- requirements.txt | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh index 5b1d06e..4729120 100755 --- a/bamboo-specs/src/main/resources/scripts/sonar-scan.sh +++ b/bamboo-specs/src/main/resources/scripts/sonar-scan.sh @@ -17,7 +17,7 @@ echo "DVC pull step" dvc pull echo "coverage calculation" -coverage run -m pytest +coverage run -m pytest . echo "coverage report generation" coverage report -m coverage xml diff --git a/requirements.txt b/requirements.txt index 3eef7ab..e0a8a64 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 -numpy~=1.22.1 pdf2image~=1.16.0 matplotlib~=3.5.1 imutils~=0.5.4 @@ -7,12 +12,7 @@ iteration-utilities~=0.11.0 dvc==2.9.3 dvc[ssh] scipy~=1.8.0 -Flask~=2.0 -waitress~=2.0 -pytest==7.0.1 -envyaml==1.10.211231 coverage~=5.5 dependency-check~=0.6.0 prometheus-client~=0.13.1 -prometheus_flask_exporter~=0.19.0 -funcy==1.17 \ No newline at end of file +prometheus_flask_exporter~=0.19.0 \ No newline at end of file