30 lines
418 B
Plaintext
30 lines
418 B
Plaintext
# CoolBotDataSys Python Dependencies
|
|
|
|
# Web Framework
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.5.0
|
|
|
|
# Database
|
|
psycopg2-binary>=2.9.9
|
|
redis>=5.0.0
|
|
sqlalchemy>=2.0.0
|
|
|
|
# Web Scraping
|
|
requests>=2.31.0
|
|
beautifulsoup4>=4.12.0
|
|
lxml>=5.1.0
|
|
|
|
# Data Processing
|
|
pandas>=2.1.0
|
|
numpy>=1.26.0
|
|
|
|
# Task Scheduling
|
|
apscheduler>=3.10.0
|
|
|
|
# Utilities
|
|
python-dotenv>=1.0.0
|
|
pyyaml>=6.0.0
|
|
httpx>=0.26.0
|
|
python-dateutil>=2.8.0
|