fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0.0
redis>=5.0.0
asyncpg>=0.29.0
cryptography>=41.0.0
httpx>=0.25.0
python-jose[cryptography]>=3.3.0
python-multipart>=0.0.6
slowapi>=0.1.9
prometheus-fastapi-instrumentator>=6.1.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
pre-commit>=3.0.0

[docs]
mkdocs>=1.5.0
mkdocs-material>=9.0.0
mkdocstrings[python]>=0.23.0

[grpc]
grpcio>=1.60.0

[postgres]
asyncpg>=0.29.0

[redis]
redis>=5.0.0

[semantic]
sentence-transformers>=2.2.0
numpy>=1.24.0
faiss-cpu>=1.7.0

[websocket]
websockets>=11.0
