Files
mindfulness/server/requirements.txt
吕新雨 049995692d init
2026-01-28 20:50:17 +08:00

21 lines
249 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
fastapi>=0.110
uvicorn[standard]>=0.27
# 数据库SQLAlchemy 2.x 异步 + MySQL
SQLAlchemy>=2.0
aiomysql>=0.2
# 配置
pydantic>=2.6
pydantic-settings>=2.2
# 迁移
alembic>=1.13
# 任务调度
celery>=5.3
redis>=5.0
# 测试
pytest>=8.0