Skip to content

Commit

Permalink
Remove requirements files (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Jan 25, 2024
1 parent 9b4ee95 commit b7fb0aa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 687 deletions.
12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,12 @@ bump: bump-requirements
poetry.lock:
poetry install

requirements.txt: poetry.lock
poetry export -o $@

requirements_development.txt: poetry.lock
poetry export --dev -o $@

.PHONY: bump-poetry-lock
bump-poetry-lock:
poetry update

.PHONY: clean-requirements
clean-requirements:
rm -rf requirements.txt requirements_development.txt

.PHONY: bump-requirements
bump-requirements: bump-poetry-lock clean-requirements requirements.txt requirements_development.txt
bump-requirements: bump-poetry-lock

.PHONY: dockerize
dockerize:
Expand Down
217 changes: 0 additions & 217 deletions requirements.txt

This file was deleted.

Loading

0 comments on commit b7fb0aa

Please sign in to comment.