Skip to content

Commit

Permalink
chore: add poetry pow commands
Browse files Browse the repository at this point in the history
  • Loading branch information
0hsn committed Dec 27, 2024
1 parent 763eef6 commit e406437
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,10 @@ chk = "chk.console.main:chk"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poe.tasks]
test = "py.test -s"
clear-cache = "rm -rf .chkware_cache"
requirements-root = 'poetry export --output requirements.txt'
requirements-test = 'poetry export --output requirements-dev.txt --with test'
requirements = ["requirements-root", "requirements-test"]

0 comments on commit e406437

Please sign in to comment.