Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 16, 2024
1 parent f2eeff8 commit 44fb0d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#uv
ruff
build
ipython
Expand Down
3 changes: 1 addition & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ build:

# setup
setup *args:
@pip install uv
@uv pip install --upgrade -r dev-requirements.txt {{args}}
@pip install --upgrade -r dev-requirements.txt {{args}}

# uninstall
uninstall:
Expand Down

0 comments on commit 44fb0d3

Please sign in to comment.