Files
ragflow_python/asr-monitor-test/requirements.txt

22 lines
413 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
# MySQL 驱动
pymysql==1.1.0
# 连接池管理
dbutils==3.1.1
tenacity>=8.2.3 # 推荐使用最新稳定版