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

[packages]
six = ">=1.12.0"
texttable = ">=1.6.1"
colorama = ">=0.3.9"
termcolor = ">=1.1.0"
Click = ">=7.0"
jsonpath-rw = ">=1.4.0"
click-completion = ">=0.5.2"

[dev-packages]
pytest = ">=5.1.2"
pytest-mock = ">=1.10.4"
pytest-cov = ">=2.7.1"
dataclasses = ">=0.7"

[requires]
python_version = "3.6"
