24 lines
357 B
Plaintext
24 lines
357 B
Plaintext
# Weibo-HotSign Task Scheduler
|
|
apscheduler==3.10.4
|
|
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 (APScheduler 内置,但显式声明)
|
|
croniter==2.0.1
|
|
|
|
# Crypto (for cookie decryption)
|
|
pycryptodome==3.19.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|