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

[packages]
pysen = {editable = true, path = "."}
pytest = ">=9.0.1,<10.0.0"
# https://github.com/pytest-dev/pytest/issues/12177
exceptiongroup = ">=1.3.1,<2.0.0"
tox = ">=3.15.0,<4.0.0"
black = "==22.8.0"
flake8 = "==3.8.4"
flake8-bugbear = "==20.11.1"
isort = "==5.1.4"
mypy = "==0.971"

[requires]
python_version = "3.10"
