Skip to content

Commit

Permalink
removing typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
bandophahita committed Aug 24, 2023
1 parent 1960b27 commit 5265870
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 507 deletions.
12 changes: 9 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,16 @@
sync:
poetry install --extras dev_all --sync

update:
poetry update --extras dev_all
update_lock_only:
poetry update --lock

update: update_lock_only
poetry install --extras dev_all

check:
poetry check

requirements:
poetry export --without-hashes --with dev -f requirements.txt > requirements.txt

.PHONY: sync update requirements
.PHONY: sync update_lock_only update check requirements
Loading

0 comments on commit 5265870

Please sign in to comment.