We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b52db commit a893c5fCopy full SHA for a893c5f
scripts/update-requirements.sh
@@ -1,2 +1,5 @@
1
#! /bin/bash
2
-poetry export --without-hashes --format=requirements.txt > requirements.txt
+
3
+echo "Writing requirements.txt..."
4
+poetry export --without-hashes --format=requirements.txt > requirements.txt
5
+echo "requirements.txt updated..."
0 commit comments