msgpack>=1.0.0
websockets>=12.0
fastapi>=0.100.0
uvicorn>=0.23.0
httpx>=0.24.0
typer>=0.9.0
pydantic>=2.0.0

[all]
fastapi>=0.100.0
uvicorn>=0.23.0
cryptography>=41.0.0

[crypto]
cryptography>=41.0.0

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0
mypy>=1.0.0

[server]
fastapi>=0.100.0
uvicorn>=0.23.0
