32 lines
459 B
Plaintext
32 lines
459 B
Plaintext
# CoolBotDataSys Python Dependencies
|
|
|
|
# Web Framework
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
pydantic>=2.5.0
|
|
|
|
# Database
|
|
mysql-connector-python>=8.3.0
|
|
redis>=5.0.0
|
|
sqlalchemy>=2.0.0
|
|
|
|
# Web Scraping
|
|
scrapy>=2.11.0
|
|
playwright>=1.40.0
|
|
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
|