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

[packages]
flit = "~=3.7"
mkdocs = ">= 1.4, < 2.0"
httpx = "*"
msgpack = "*"
rich = "*"

[dev-packages]
mkdocs-material = "*"
mkdocs-awesome-pages-plugin = "*"
pytest = "*"
pytest-cov = "*"
flake8 = "*"
pre-commit = "*"
importlib-metadata = {version = ">=8.5", markers = "python_version < '3.10'"}
zipp = {version = ">=3.20", markers = "python_version < '3.10'"}
exceptiongroup = {version = ">=1.2", markers = "python_version < '3.11'"}
tomli = {version = ">=2.0", markers = "python_version < '3.11'"}
typing-extensions = {version = ">=4.12.2", markers = "python_version < '3.11'"}
pytest-httpx = "*"

[requires]
python_version = "3.12"
