From ee420830732215df0a64fdfd4d6bcf79ad7ca8db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E4=B8=BA=E4=B9=8B?= <560397@gree.com.cn> Date: Tue, 21 Nov 2023 13:54:38 +0800 Subject: [PATCH] Update project --- requirements.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/requirements.txt b/requirements.txt index 9889f76..eb3c491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,21 @@ alembic==1.12.1 +amqp==5.2.0 aniso8601==9.0.1 annotated-types==0.6.0 apispec==6.3.0 +APScheduler==3.10.4 autopep8==2.0.4 bcrypt==4.0.1 +billiard==4.2.0 blinker==1.6.3 +celery==5.3.4 certifi==2023.7.22 charset-normalizer==3.3.1 click==8.1.7 +click-didyoumean==0.3.0 +click-plugins==1.1.1 +click-repl==0.3.0 +DBUtils==3.0.3 dnspython==2.4.2 dynaconf==3.2.3 elastic-transport==8.10.0 @@ -15,6 +23,7 @@ elasticsearch==7.13.0 email-validator==2.1.0.post1 Flask==2.3.2 flask-apispec==0.11.4 +Flask-APScheduler==1.13.1 Flask-Bcrypt==1.0.1 Flask-Cors==4.0.0 Flask-Elasticsearch==0.2.5 @@ -22,27 +31,40 @@ flask-marshmallow==0.15.0 Flask-Migrate==4.0.5 Flask-RESTful==0.3.10 Flask-SQLAlchemy==3.1.1 +flower==2.0.1 greenlet==3.0.1 +humanize==4.8.0 idna==3.4 itsdangerous==2.1.2 Jinja2==3.1.2 +kombu==5.3.3 loguru==0.7.2 Mako==1.2.4 MarkupSafe==2.1.3 marshmallow==3.20.1 marshmallow-sqlalchemy==0.29.0 packaging==23.2 +prometheus-client==0.18.0 +prompt-toolkit==3.0.39 +psycopg2-binary==2.9.9 pycodestyle==2.11.1 pydantic==2.4.2 pydantic_core==2.10.1 PyMySQL==1.1.0 python-consul==1.1.0 +python-dateutil==2.8.2 +python-dotenv==1.0.0 pytz==2023.3.post1 PyYAML==6.0.1 requests==2.31.0 six==1.16.0 SQLAlchemy==2.0.22 +tornado==6.3.3 typing_extensions==4.8.0 +tzdata==2023.3 +tzlocal==5.2 urllib3==1.26.18 +vine==5.1.0 +wcwidth==0.2.9 webargs==8.3.0 Werkzeug==3.0.1 -- GitLab