-r requirements.txt

# repo maintenance tooling
black==23.1.0
flake8>=3.9.0,<3.10.0
isort==5.12.0
mypy==1.1.1

# testing requirements
pytest>=7.2.2
