Skip to content

Commit

Permalink
build: update update.sh to use uv for compiling requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed Nov 20, 2024
1 parent 1ad6b62 commit 3996f4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
pip-compile --upgrade
pip-compile dev-requirements.in
#! /bin/bash
pip install uv
uv pip compile setup.cfg -o requirements.txt --universal
uv pip compile dev-requirements.in -o dev-requirements.txt --universal

0 comments on commit 3996f4d

Please sign in to comment.