# Testing
pytest
pytest-cov
pytest-trio

# We run tests on both asyncio and Trio. anyio 4.0+ (not yet released) and trio 0.22.0+ must be used together.
anyio >= 4.0
trio >= 0.23.0

# Tools
black >= 19.10b0; implementation_name == "cpython"
mypy >= 0.750; implementation_name == "cpython"
flake8
