-r mypy-requirements.txt
-r build-requirements.txt
attrs>=18.0
black==22.6.0  # must match version in .pre-commit-config.yaml
filelock>=3.3.0,<3.4.2; python_version<'3.7'
filelock>=3.3.0; python_version>='3.7'
flake8==3.9.2           # must match version in .pre-commit-config.yaml
flake8-bugbear==22.7.1  # must match version in .pre-commit-config.yaml
flake8-noqa==1.2.8      # must match version in .pre-commit-config.yaml
isort[colors]==5.10.1   # must match version in .pre-commit-config.yaml
lxml>=4.4.0; python_version<'3.11'
psutil>=4.0
# pytest 6.2.3 does not support Python 3.10
pytest>=6.2.4
pytest-xdist>=1.34.0
pytest-forked>=1.3.0,<2.0.0
pytest-cov>=2.10.0
py>=1.5.2
typed_ast>=1.5.4,<2; python_version>='3.8'
setuptools!=50
six
importlib-metadata>=4.6.1,<5.0.0
