pastel==0.*,>=0.2.0
pylev==1.*,>=1.3.0

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

[: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

[:python_version >= "3.5.0" and python_version < "3.5.4"]
typing-extensions==3.*,>=3.6.0

[dev]
pre-commit==1.*,>=1.12.0
pytest==4.*,>=4.0.0
pytest-cov==2.*,>=2.6.0
pytest-mock==2.*,>=2.0.0
tox==3.*,>=3.5.0
