[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
flake8 = "*"
coverage = "*"
pytest = "*"
tox = "*"

[packages]
click = "*"
appdirs = "==1.4.3"
atomicwrites = "==1.3.0"
attrs = "==19.3.0"
colorama = "==0.4.3"
coverage = "==5.1"
distlib = "==0.3.0"
entrypoints = "==0.3"
filelock = "==3.0.12"
flake8 = "==3.7.9"
importlib-metadata = "==1.6.0"
mccabe = "==0.6.1"
more-itertools = "==8.2.0"
pluggy = "==0.13.1"
py = "==1.8.1"
pycodestyle = "==2.5.0"
pyflakes = "==2.1.1"
pyparsing = "==2.4.7"
pytest = "==5.4.1"
six = "==1.14.0"
toml = "==0.10.0"
tox = "==3.14.6"
virtualenv = "==20.0.18"
wcwidth = "==0.1.9"
zipp = "==3.1.0"

[requires]
python_version = "3.7"
