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

[packages]
"e1839a8" = {path = ".", editable = true}

[dev-packages]
pytest = "*"
pytest-cov = "*"
httpretty = ">=0.8.10"
mock = {version = "*", markers="python_version <= '2.7'"}
mypy = {version = "==0.600", markers="python_version > '2.7'"}
pylint = "*"
