[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[scripts]
test = "python -m pytest tests"
coverage = "python -m pytest --cov trycicle/ --cov-branch --cov-fail-under 100 --cov-report term --cov-report html tests"
ci-coverage = "python -m pytest --junit-xml report.xml --cov trycicle/ --cov-branch --cov-fail-under 100 --cov-report term --cov-report xml tests"
type-check = "mypy trycicle tests"

[packages]
pyyaml = "*"
docker = "*"
click = "*"
platformdirs = "*"
requests = "*"

[dev-packages]
pytest = "*"
pytest-cov = "*"
mypy = "*"
types-pyyaml = "*"
python-semantic-release = "*"
types-requests = "*"

[requires]
python_version = "3.11"
