Files
2026-09-21 17:34:06 +08:00

16 lines
545 B
Plaintext
Raw Permalink 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 核心框架(保留你指定的版本)
fastapi~=0.124.2
# ASGI 服务器(带standard扩展,适配最新版)
uvicorn[standard]~=0.38.0
# Tortoise-ORM(0.25.1 适配Pydantic v2,删除重复的tortoise依赖)
tortoise-orm~=0.25.1
# 表单/文件上传处理
python-multipart~=0.0.20
# Starlette(匹配FastAPI 0.124.x的要求:≥0.40.0 <0.51.0)
starlette~=0.40.0
# MySQL异步驱动
aiomysql~=0.3.2
# Pydantic v2(兼容Tortoise-ORM 0.25.1)
pydantic~=2.12.5
# 加密包(指定稳定版本)
cryptography>=42.0.0