Skip to content

Commit

Permalink
Upgrade frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Nov 4, 2023
1 parent 8fc8d54 commit cbb7f31
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
python 3.11.5
poetry 1.6.1
poetry 1.7.0
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ install: $(DEPENDENCIES) .cache ## Install project dependencies

$(DEPENDENCIES): poetry.lock
@ rm -rf $(VIRTUAL_ENV)/.poetry-*
@ rm -rf ~/Library/Preferences/pypoetry
@ poetry config virtualenvs.in-project true
poetry install
@ touch $@
Expand Down
Loading

0 comments on commit cbb7f31

Please sign in to comment.