diff --git a/scripts/relock_dependencies.sh b/scripts/relock_dependencies.sh index 606eec7d3..33240d282 100755 --- a/scripts/relock_dependencies.sh +++ b/scripts/relock_dependencies.sh @@ -46,7 +46,4 @@ poetry export -o dev-requirements.txt --without-hashes --with dev echo "Building Standard Requirements" poetry export -o requirements.txt --without-hashes --without dev -echo "Building Constraints" - - echo "OK!"