
[:python_version == "2.7.*" and python_version >= "2.7.0"]
enum34==1.*,>=1.1.10
functools32==3.*,>=3.2.3
pathlib2==2.*,>=2.3.5
typing==3.*,>=3.7.4

[:python_version >= "3.5" and python_version < "3.8" or python_version == "2.7.*" and python_version >= "2.7.0"]
importlib-metadata==1.*,>=1.7.0

[dev]
pep517==0.*,>=0.8.2
pre-commit==1.*,>=1.10.0
pytest==4.*,>=4.6.0
pytest-cov==2.*,>=2.8.0
pytest-mock==2.*,>=2.0.0
tox==3.*,>=3.0.0

[dev:python_version == "2.7.*" and python_version >= "2.7.0"]
backports.tempfile==1.*,>=1.0.0

[dev:python_version == "3.8.*" and python_version >= "3.8.0"]
vendoring==0.*,>=0.3.0
