From 9ff9af04d4ab275b8a4e47f807f2ff1cdc493f44 Mon Sep 17 00:00:00 2001 From: lzwang Date: Sat, 24 Sep 2022 20:46:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(CloudCenter):=20=E6=9B=B4=E6=96=B0Python?= =?UTF-8?q?=E5=8C=85=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cloud-center/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cloud-center/requirements.txt b/cloud-center/requirements.txt index d89b433..f82714d 100644 --- a/cloud-center/requirements.txt +++ b/cloud-center/requirements.txt @@ -1,16 +1,17 @@ chardet>=4.0.0 cos-python-sdk-v5>=1.9.15 -fastapi>=0.75.1 gitpython>=3.1.27 loguru>=0.6.0 matplotlib>=3.5.2 mkdocs>=1.3.0 mkdocs-material>=8.2.9 mkdocs-material-extensions>=1.0.3 +mkdocs-plugin-inline-svg>=0.1.0 pillow>=9.1.0 -pydantic>=1.9.0 python-dateutil>=2.8.2 pyyaml>=6.0 requests>=2.28.0 +pydantic>=1.9.0 +fastapi>=0.75.1 slowapi>=0.1.5 uvicorn>=0.17.6