pyproject.toml: Add coverage and dependencies
This commit is contained in:
parent
1e653664ea
commit
c85217a4e1
1 changed files with 8 additions and 0 deletions
|
@ -8,8 +8,16 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.13"
|
||||
requests = "^2.32.4"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.4.1"
|
||||
pytest-cov = "^6.2.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "--cov=sbs --cov-fail-under=80"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue