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

[scripts]
test = "pytest"

[packages]
click = "*"
pytoml = "*"
Sphinx = "*"
sphinx-autobuild = "*"

[dev-packages]
# flit = "*"  # sometimes causes errors in pipenv. manually install for now.
keyring = "*"
sphinx-rtd-theme = "*"
pytest = "*"
pytest-watch = "*"
bumpversion = "*"

[requires]
python_version = "3.6"
