httpx>=0.25.0
requests>=2.31.0

[dev]
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
mypy>=1.0.0
cryptography>=42.0.0

[dev:python_full_version < "3.8.1"]
flake8<6.0.0,>=5.0.4

[dev:python_full_version >= "3.8.1"]
flake8>=6.0.0
