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

[packages]
rich = "*"
daemonize = "*"
tox = "*"
watchdog = "*"

[dev-packages]
codespell = "*"
flake8 = "*"
pipenv-setup = "*"
pytest = "*"
autopep8 = "*"
check-manifest = "*"

[requires]
python_version = "3.9"
