81 lines
1.3 KiB
Plaintext
81 lines
1.3 KiB
Plaintext
|
|
# FastAPI and server
|
||
|
|
fastapi==0.116.0
|
||
|
|
uvicorn==0.35.0
|
||
|
|
starlette==0.46.2
|
||
|
|
|
||
|
|
# RSS and web scraping
|
||
|
|
feedparser==6.0.11
|
||
|
|
requests==2.32.4
|
||
|
|
beautifulsoup4==4.13.4
|
||
|
|
|
||
|
|
# AI and ML - Core
|
||
|
|
cohere==5.15.0
|
||
|
|
sentence-transformers==5.0.0
|
||
|
|
faiss-cpu==1.11.0
|
||
|
|
numpy==2.2.6
|
||
|
|
|
||
|
|
# AI and ML - Supporting
|
||
|
|
torch==2.7.1
|
||
|
|
transformers==4.53.1
|
||
|
|
scikit-learn==1.7.0
|
||
|
|
huggingface-hub==0.33.2
|
||
|
|
tokenizers==0.21.2
|
||
|
|
safetensors==0.5.3
|
||
|
|
|
||
|
|
# Data processing
|
||
|
|
pandas==2.3.0
|
||
|
|
python-dateutil==2.9.0.post0
|
||
|
|
scipy==1.15.3
|
||
|
|
|
||
|
|
# Environment and config
|
||
|
|
python-dotenv==1.1.1
|
||
|
|
pydantic==2.11.7
|
||
|
|
pydantic-settings==2.10.1
|
||
|
|
pydantic-core==2.33.2
|
||
|
|
|
||
|
|
# LLM Integration
|
||
|
|
groq==0.29.0
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
tqdm==4.67.1
|
||
|
|
click==8.2.1
|
||
|
|
typing-extensions==4.14.1
|
||
|
|
packaging==25.0
|
||
|
|
filelock==3.18.0
|
||
|
|
fsspec==2025.5.1
|
||
|
|
PyYAML==6.0.2
|
||
|
|
regex==2024.11.6
|
||
|
|
pillow==11.3.0
|
||
|
|
jinja2==3.1.6
|
||
|
|
markupsafe==3.0.2
|
||
|
|
certifi==2025.6.15
|
||
|
|
urllib3==2.5.0
|
||
|
|
charset-normalizer==3.4.2
|
||
|
|
idna==3.10
|
||
|
|
|
||
|
|
# HTTP and networking
|
||
|
|
httpx==0.28.1
|
||
|
|
httpcore==1.0.9
|
||
|
|
httpx-sse==0.4.0
|
||
|
|
anyio==4.9.0
|
||
|
|
sniffio==1.3.1
|
||
|
|
h11==0.16.0
|
||
|
|
|
||
|
|
# Additional utilities
|
||
|
|
joblib==1.5.1
|
||
|
|
threadpoolctl==3.6.0
|
||
|
|
sympy==1.14.0
|
||
|
|
mpmath==1.3.0
|
||
|
|
networkx==3.4.2
|
||
|
|
six==1.17.0
|
||
|
|
pytz==2025.2
|
||
|
|
tzdata==2025.2
|
||
|
|
colorama==0.4.6
|
||
|
|
distro==1.9.0
|
||
|
|
fastavro==1.11.1
|
||
|
|
soupsieve==2.7
|
||
|
|
types-requests==2.32.4.20250611
|
||
|
|
annotated-types==0.7.0
|
||
|
|
typing-inspection==0.4.1
|
||
|
|
exceptiongroup==1.3.0
|