
[: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]
codecov==2.*,>=2.0.0
pre-commit==1.*,>=1.10.0
pytest==3.*,>=3.6.0
pytest-cov==2.*,>=2.5.0
tox==3.*,>=3.1.0

[dev:python_version == "3.*" and python_version >= "3.6.0"]
black==18.*,>=18.6.0
