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

[packages]
pykoplenti = {editable = true, extras = ["cli"], path = "."}

[dev-packages]
black = "~=23.10"
isort = "~=5.12"
ruff = "*"
pytest = "~=7.4"
pytest-asyncio = "~=0.21"
pytest-cov = "~=4.1"
mypy = "~=1.6"
build = "~=1.0"
tox = "~=4.12"

[requires]
python_version = "3.10"

[scripts]
build = "pipenv run python -m build"
