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

[packages]
sphinx-prompt = {editable = true, path = "."}

[dev-packages]
pytest = "==6.2.4"
prospector = {extras = ["with_mypy", "with_bandit"], version = "==1.3.1"}
flake8 = "==3.8.0"

[requires]
python_version = "3.8"
