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

[packages]
requests = "~= 2.31"
flit = "~=3.7"
mkdocs = ">= 1.3, < 2.0"

[dev-packages]
mkdocs-material = "*"
mkdocs-awesome-pages-plugin = "*"
pytest = "*"
pytest-cov = "*"
flake8 = "*"
pre-commit = "*"
importlib-metadata = {version = "*", markers = "python_version < '3.10'"}
zipp = {version = "*", markers = "python_version < '3.10'"}
exceptiongroup = {version = "*", markers = "python_version < '3.11'"}
tomli = {version = "*", markers = "python_version < '3.11'"}

[requires]
python_version = "3.11"
