doc: flask安装最新版

This commit is contained in:
maxmon 2024-04-30 01:03:49 +08:00
parent 132880715c
commit bf8077f056
1 changed files with 1 additions and 1 deletions

View File

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