19 lines
259 B
Plaintext
19 lines
259 B
Plaintext
# Weibo-HotSign Task Scheduler Service Requirements
|
|
# Task Queue
|
|
celery==5.3.6
|
|
redis==5.0.1
|
|
|
|
# Database
|
|
sqlalchemy==2.0.23
|
|
aiomysql==0.2.0
|
|
PyMySQL==1.1.0
|
|
|
|
# Configuration
|
|
pydantic-settings==2.0.3
|
|
|
|
# HTTP Client
|
|
httpx==0.25.2
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|