27 lines
555 B
Plaintext
27 lines
555 B
Plaintext
fastapi>=0.68.0
|
|
uvicorn>=0.15.0
|
|
websockets==12.0
|
|
python-multipart==0.0.20
|
|
|
|
# JWT 相关
|
|
python-jose[cryptography]==3.3.0 # 兼容 Python3 的 JOSE 实现
|
|
|
|
# 加密解密依赖
|
|
pycryptodome==3.20.0 # 替代旧版 pycrypto 的现代加密库
|
|
|
|
requests>=2.25.1,<3.0.0
|
|
httpx
|
|
|
|
# MySQL 驱动
|
|
pymysql==1.1.0
|
|
|
|
# 连接池管理
|
|
dbutils==3.1.1
|
|
|
|
tenacity>=8.2.3 # 推荐使用最新稳定版
|
|
openai>=1.0.0 # 这是OpenAI官方Python SDK
|
|
python-dotenv>=0.19.0 # 用于加载.env文件
|
|
cryptography>=42.0.0
|
|
python-dateutil
|
|
|