You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
607 B

# FastAPI 框架
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# 数据库
sqlalchemy==2.0.25
psycopg2-binary==2.9.9 # PostgreSQL/TimescaleDB 驱动
# 缓存
redis==5.0.1
# 认证
pyjwt==2.8.0
passlib[bcrypt]==1.7.4
python-jose[cryptography]==3.3.0
# 配置管理
pydantic-settings==2.1.0
python-dotenv==1.0.0
# 数据验证
pydantic==2.5.3
pydantic[email]==2.5.3
# 任务调度
apscheduler==3.10.4
# HTTP 客户端
httpx==0.26.0
# 日志
loguru==0.7.2
# 测试
pytest==7.4.4
pytest-asyncio==0.23.3
pytest-cov==4.1.0
# 开发工具
black==23.12.1
flake8==7.0.0
isort==5.13.2