# Core Framework | |
streamlit==1.44.0 | |
fastapi==0.104.1 | |
uvicorn==0.24.0 | |
pydantic==1.10.13 | |
# Web Scraping & RSS | |
requests==2.31.0 | |
beautifulsoup4==4.12.2 | |
feedparser==6.0.10 | |
trafilatura==1.6.2 | |
lxml==4.9.3 | |
# NLP & Machine Learning | |
transformers==4.35.2 | |
torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu | |
nltk==3.8.1 | |
langdetect==1.0.9 | |
yake==0.4.8 | |
vaderSentiment==3.3.2 | |
# Data Processing | |
pandas==2.0.3 | |
numpy==1.24.3 | |
# Visualization | |
plotly==5.17.0 | |
matplotlib==3.7.2 | |
wordcloud==1.9.2 | |
# Translation & Audio | |
gtts==2.4.0 | |
# Report Generation | |
reportlab==4.0.4 | |
fpdf2==2.7.6 | |
# Utilities | |
python-dotenv==1.0.0 | |
psutil==5.9.5 | |
Pillow==10.0.1 | |
# HTTP & Async | |
httpx==0.25.0 | |
aiofiles==23.2.1 | |
# Caching | |
diskcache==5.6.3 | |