# Testing
# ------------------------------------------------------------------------------
pytest==7.1.3;python_version>"3.6"  # https://github.com/pytest-dev/pytest
pytest<7;python_version<="3.6"
pytest-cov==3.0.0  # https://github.com/pytest-dev/pytest-cov
pytest-xdist==2.5.0  # https://github.com/pytest-dev/pytest-xdist
pytest-sugar==0.9.5  # https://github.com/Frozenball/pytest-sugar
pytest-env==0.6.2  # https://github.com/MobileDynasty/pytest-env
mock==4.0.3  # https://github.com/testing-cabal/mock

# Type check
# ------------------------------------------------------------------------------
typeguard==2.13.3  # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==6.4.4;python_version>"3.6"  # https://github.com/nedbat/coveragepy
coverage<6.2;python_version<="3.6"
coveralls==3.3.1  # https://github.com/marketplace/coveralls

# Tools
# ------------------------------------------------------------------------------
requests==2.28.1;python_version>"3.6"  # https://github.com/psf/requests
requests<=2.27.1;python_version<="3.6"
py==1.11.0  # https://github.com/pytest-dev/py
