45 lines
686 B
Plaintext
45 lines
686 B
Plaintext
# Burmddit Backend Dependencies
|
|
|
|
# Web scraping
|
|
beautifulsoup4==4.12.3
|
|
requests==2.31.0
|
|
scrapy==2.11.0
|
|
feedparser==6.0.11
|
|
newspaper3k==0.2.8
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.9
|
|
sqlalchemy==2.0.25
|
|
|
|
# AI & NLP
|
|
anthropic==0.18.1
|
|
openai==1.12.0
|
|
sentence-transformers==2.3.1
|
|
scikit-learn==1.4.0
|
|
|
|
# Text processing
|
|
python-slugify==8.0.2
|
|
markdown==3.5.2
|
|
bleach==6.1.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
python-dateutil==2.8.2
|
|
pytz==2024.1
|
|
pyyaml==6.0.1
|
|
|
|
# Scheduling
|
|
schedule==1.2.1
|
|
apscheduler==3.10.4
|
|
|
|
# API & Server (optional, for admin dashboard)
|
|
fastapi==0.109.2
|
|
uvicorn==0.27.1
|
|
pydantic==2.6.1
|
|
|
|
# Logging & Monitoring
|
|
loguru==0.7.2
|
|
|
|
# Image processing (for featured images)
|
|
pillow==10.2.0
|