27 lines
338 B
Plaintext
27 lines
338 B
Plaintext
# Core Dependencies
|
|
python-dotenv==1.0.0
|
|
pydantic==2.5.0
|
|
pydantic-settings==2.1.0
|
|
|
|
# AI & APIs
|
|
openai==1.54.0
|
|
apify-client==1.7.0
|
|
|
|
# Database
|
|
supabase==2.9.1
|
|
|
|
# TUI
|
|
textual==0.85.0
|
|
rich==13.7.0
|
|
|
|
# Utilities
|
|
tenacity==8.2.3
|
|
loguru==0.7.2
|
|
httpx==0.27.0
|
|
|
|
# Web Frontend
|
|
fastapi==0.115.0
|
|
uvicorn==0.32.0
|
|
jinja2==3.1.4
|
|
python-multipart==0.0.9
|