38 lines
553 B
Plaintext
38 lines
553 B
Plaintext
# Meeting Intelligence API Dependencies
|
|
|
|
# Web framework
|
|
fastapi==0.109.2
|
|
uvicorn[standard]==0.27.1
|
|
python-multipart==0.0.9
|
|
|
|
# Database
|
|
asyncpg==0.29.0
|
|
sqlalchemy[asyncio]==2.0.25
|
|
psycopg2-binary==2.9.9
|
|
|
|
# Redis
|
|
redis==5.0.1
|
|
|
|
# HTTP client (for Ollama)
|
|
httpx==0.26.0
|
|
aiohttp==3.9.3
|
|
|
|
# Validation
|
|
pydantic==2.6.1
|
|
pydantic-settings==2.1.0
|
|
|
|
# Sentence embeddings (for semantic search)
|
|
sentence-transformers==2.3.1
|
|
numpy==1.26.4
|
|
|
|
# PDF export
|
|
reportlab==4.0.8
|
|
markdown2==2.4.12
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
tenacity==8.2.3
|
|
|
|
# Logging
|
|
structlog==24.1.0
|