ExerciseOCR/requirements.txt
heshunme 1ed9822f2f 1.最小化import
2.重构代码结构,独立config类与ConnectionManager类
3.引入toml来管理配置文件
4.引入pydantic的basemodel来简化config类的建构
5.新增信号响应系统,linux上可以响应systemctl reload了
6.修改了部分注释
2024-10-26 15:56:38 +08:00

8 lines
135 B
Plaintext

websockets~=13.1
openai~=1.52.2
fastapi~=0.115.3
uvicorn~=0.20.0
python-multipart~=0.0.12
requests~=2.27.1
toml~=0.10.2
pydantic~=2.9.2