mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 08:21:23 +02:00
google-genai was in pyproject.toml but missing from requirements.txt. The Dockerfile uses pip install -r requirements.txt, so the Google provider never loaded in production. Now that the key is set and the cloud tier upgraded to gemini-2.5-flash, the import fires on startup. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
341 B
Text
26 lines
341 B
Text
# Core
|
|
fastapi>=0.115.0
|
|
uvicorn[standard]>=0.32.0
|
|
pydantic>=2.10.0
|
|
pydantic-settings>=2.6.0
|
|
|
|
# HTTP Client
|
|
httpx>=0.28.0
|
|
|
|
# Streaming
|
|
sse-starlette>=2.2.0
|
|
|
|
# Caching (optional)
|
|
redis>=5.2.0
|
|
|
|
# Google Gemini
|
|
google-genai>=1.0.0
|
|
|
|
# Metrics
|
|
prometheus-client>=0.21.0
|
|
|
|
# Dev
|
|
pytest>=8.3.0
|
|
pytest-asyncio>=0.24.0
|
|
pytest-httpx>=0.35.0
|
|
ruff>=0.8.0
|