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

[packages]

[dev-packages]
black = {git = "git+https://github.com/psf/black", editable = false}
build = "*"
pytest = "*"
pytest-cov = "*"

[requires]
python_version = "3.11"
