From bf8077f0567c986fb84a3ea32a79c8813f7e3606 Mon Sep 17 00:00:00 2001 From: maxmon <541182180@qq.com> Date: Tue, 30 Apr 2024 01:03:49 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20flask=E5=AE=89=E8=A3=85=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e77c3..77fa85a 100644 --- a/README.md +++ b/README.md @@ -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这个第三方库