Commit 24c04197 by root

更新README.md文件,添加了安装包的逐行安装命令。同时更新了requirements.txt文件,删除了一些包并更新了一些包的版本。

parent 9d74e2b1
......@@ -6,6 +6,8 @@
## Installation
```bash
# 逐行安装包
cat requirements.txt | while read line;do pip install $line -i https://pypi.tuna.tsinghua.edu.cn/simple/;done
```
......
annotated-types==0.5.0
anyio==3.7.1
certifi==2022.12.7
click==8.1.6
colorama==0.4.6
exceptiongroup==1.1.2
......@@ -8,19 +7,11 @@ fastapi==0.100.1
h11==0.14.0
idna==3.4
importlib-metadata==6.7.0
openssl==1.1.1u
pip==22.3.1
pydantic-core==2.4.0
pydantic==2.1.1
python==3.7.16
setuptools==65.6.3
pydantic_core==2.4.0
sniffio==1.3.0
sqlite==3.41.2
starlette==0.27.0
typing-extensions==4.7.1
typing_extensions==4.7.1
uvicorn==0.22.0
vc==14.2
vs2015_runtime==14.27.29016
wheel==0.38.4
wincertstore==0.2
zipp==3.15.0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment