26 lines
367 B
Plaintext
26 lines
367 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
|
|
|
|
# Cron parsing
|
|
croniter==2.0.1
|
|
|
|
# Crypto (for cookie decryption)
|
|
cryptography==41.0.7
|
|
pycryptodome==3.19.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|