37 lines
519 B
Plaintext
37 lines
519 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
|
|
cryptography==41.0.7
|
|
bcrypt==4.1.2
|
|
|
|
# NLP & Text Analysis
|
|
language-tool-python==2.8
|
|
sentence-transformers==3.3.1
|
|
nltk==3.9.1
|
|
textstat>=0.7.12
|
|
scikit-learn==1.5.2
|
|
setuptools>=65.0.0
|
|
|
|
# Web Frontend
|
|
fastapi==0.115.0
|
|
uvicorn==0.32.0
|
|
jinja2==3.1.4
|
|
python-multipart==0.0.9
|