指定flask版本

This commit is contained in:
Sm1les 2021-07-09 23:11:05 +08:00
parent 0b280bc42c
commit e8c2c06dd6
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ git clone https://github.com/datawhalechina/whale-anno.git
### 安装依赖
```shell
# 下载后端依赖
python3 -m pip install flask
python3 -m pip install flask==2.0.0
```
后端只依赖了flask这个第三方库