
[:python_version < "3.11"]
tomli>=2.0

[all]
rich>=13
httpx>=0.27

[api]
httpx>=0.27

[dev]
pytest>=8
pytest-cov>=5
hypothesis>=6
ruff>=0.6
rich>=13
httpx>=0.27
build>=1.2
twine>=5

[dev:python_version < "3.11"]
tomli>=2.0

[rich]
rich>=13

[test]
pytest>=8
pytest-cov>=5
hypothesis>=6
httpx>=0.27

[test:python_version < "3.11"]
tomli>=2.0
