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

[dev-packages]
black = "==19.3b0"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
check-manifest = "*"

[packages]
click = "*"
sparks = {path = "."}
jinja2 = "*"
pyyaml = "*"

[requires]
python_version = "3.7"
