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

[packages]
flit = {version = "*", markers = "python_version >= '3'"}

[dev-packages]
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"
pudb = "*"
tox = "*"
pylint = "*"
mock = "*"
