tianfeng_task_modules/requirements.txt

21 lines
193 B
Plaintext
Raw Permalink Normal View History

2025-03-17 14:58:05 +08:00
# requirements.txt
# 数据库相关
2025-03-17 19:01:55 +08:00
sqlalchemy
alembic
2025-03-17 14:58:05 +08:00
pymysql
redis
cryptography
# Web框架
2025-03-17 19:01:55 +08:00
fastapi
uvicorn
pydantic
2025-03-17 14:58:05 +08:00
# 工具库
2025-03-17 19:01:55 +08:00
python-dotenv
croniter
2025-03-17 14:58:05 +08:00
jsonschema
requests
# 日志
loguru