aktueller stand

This commit is contained in:
2026-02-03 12:48:43 +01:00
parent e1ecd1a38c
commit b50594dbfa
77 changed files with 19139 additions and 0 deletions

26
requirements.txt Normal file
View 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