123
This commit is contained in:
18
backend/task_scheduler/requirements.txt
Normal file
18
backend/task_scheduler/requirements.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user