Skip to content

Commit

Permalink
Add dev-dependencies to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffy-critter committed Jul 22, 2020
1 parent 0a93e20 commit f0b9ec6
Show file tree
Hide file tree
Showing 2 changed files with 367 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ doc:
poetry run sphinx-build -b html docs/ docs/_build

requirements.txt: pyproject.toml
poetry export -f requirements.txt > requirements.txt
poetry export --dev -f requirements.txt > requirements.txt

0 comments on commit f0b9ec6

Please sign in to comment.