Skip to content

Commit

Permalink
Merge pull request #114 from marzzzello/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
VikashKothary authored Dec 13, 2021
2 parents fe7118c + 7b2d680 commit 0753292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/lock.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
# file: lock.sh
# description: Lock dependencies and export requirements.

echo "# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!\n\n" > src/requirements.txt
echo "# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!\n\n" > src/requirements-dev.txt
echo -e "# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!\n\n" > src/requirements.txt
echo -e "# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!\n\n" > src/requirements-dev.txt
poetry lock
poetry export --without-hashes -f requirements.txt >> src/requirements.txt
poetry export --dev --without-hashes -f requirements.txt >> src/requirements-dev.txt

echo "-e src/." >> src/requirements-dev.txt


Empty file modified scripts/print-env.sh
100644 → 100755
Empty file.

0 comments on commit 0753292

Please sign in to comment.