Skip to content

Commit

Permalink
chore: introduce script
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Aug 24, 2024
1 parent 353cbe0 commit 9f13a81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/update-version-freeze
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

./bin/create-new-env --empty &&
pip install -r requirements.build.txt &&
pip freeze

echo -e "--extra-index-url https://karrio.gateway.scarf.sh/simple/\n$(pip freeze)" >requirements.txt

0 comments on commit 9f13a81

Please sign in to comment.