
[:python_version == "2.7.*" and python_version >= "2.7.0"]
enum34==1.*,>=1.1.0
functools32==3.*,>=3.2.3

[:python_version == "2.7.*" and python_version >= "2.7.0" or python_version == "3.4.*" and python_version >= "3.4.0"]
typing==3.*,>=3.6.0

[dev]
black==19.*,>=19.3.0.b0
codecov==2.*,>=2.0.0
pre-commit==1.*,>=1.10.0
pytest==4.*,>=4.6.0
pytest-cov==2.*,>=2.5.0
pyyaml==5.3.*,>=5.3.1
tox==3.*,>=3.1.0

[dev:python_version == "3.*" and python_version >= "3.6.0"]
isort==5.*,>=5.2.0
