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

[packages]
click = "*"
mutagen = "*"
toml = "*"

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