
[:python_version < "3.5"]
pytest<4.7,>=2.8
mypy<0.700,>=0.500

[:python_version >= "3.5"]
pytest>=2.8

[:python_version >= "3.5" and python_version < "3.8"]
mypy>=0.500

[:python_version >= "3.8"]
mypy>=0.700
