From cda5831162eff83a94e7e85a985980dc3d412a13 Mon Sep 17 00:00:00 2001 From: cuiweizhi <560397@gree.com.cn> Date: Mon, 6 Nov 2023 21:54:35 +0800 Subject: [PATCH] Update project --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 00e8d63..afce771 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ alembic==1.12.1 +aniso8601==9.0.1 annotated-types==0.6.0 apispec==6.3.0 autopep8==2.0.4 @@ -15,8 +16,10 @@ email-validator==2.1.0.post1 Flask==3.0.0 flask-apispec==0.11.4 Flask-Bcrypt==1.0.1 +Flask-Cors==4.0.0 flask-marshmallow==0.15.0 Flask-Migrate==4.0.5 +Flask-RESTful==0.3.10 Flask-SQLAlchemy==3.1.1 greenlet==3.0.1 idna==3.4 @@ -33,6 +36,7 @@ pydantic==2.4.2 pydantic_core==2.10.1 PyMySQL==1.1.0 python-consul==1.1.0 +pytz==2023.3.post1 PyYAML==6.0.1 requests==2.31.0 six==1.16.0 -- GitLab