aktueller stand
This commit is contained in:
26
requirements.txt
Normal file
26
requirements.txt
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user