pipfile~=0.0
colorama~=0.4
packaging~=20.0
requirementslib~=1.5
vistir~=0.4
six~=1.12
chardet<=5.0.0,>=3.0.0
pyparsing!=3.0.5

[:python_version < "3.7"]
typing~=3.7

[autopep8]
autopep8

[black]
black

[dev]
pytest-cov~=2.7
pytest-datadir~=1.3
pytest-xdist~=1.29
tox~=3.14
autopep8~=1.4
types-six

[dev:python_version >= "3.5"]
pytest-mypy>=0.8

[dev:python_version >= "3.6"]
black==19.10b0
pytest~=5.2
