From 2365fc64ecc5c407d42c40105db06de92a827d26 Mon Sep 17 00:00:00 2001 From: Teishorin Date: Tue, 24 Jan 2023 07:40:18 +0000 Subject: [PATCH] =?UTF-8?q?add=20requirement/devAll.txt.=20Python3.8?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8B=E7=94=9F=E6=88=90=E7=9A=84requireme?= =?UTF-8?q?nts=E6=96=87=E4=BB=B6=EF=BC=8C=E5=8E=BB=E6=8E=89=E4=BA=86?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=EF=BC=8C=E6=96=B9=E4=BE=BF=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E6=97=B6=E7=9B=B4=E6=8E=A5=E5=AE=89=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Teishorin --- requirement/devAll.txt | 67 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 requirement/devAll.txt diff --git a/requirement/devAll.txt b/requirement/devAll.txt new file mode 100644 index 0000000..03032b1 --- /dev/null +++ b/requirement/devAll.txt @@ -0,0 +1,67 @@ +alembic +amqp +APScheduler +async-timeout +backports.zoneinfo +billiard +blinker +cachelib +celery +cffi +click +click-didyoumean +click-plugins +click-repl +colorama +dnspython +email-validator +Faker +Flask +Flask-APScheduler +Flask-Avatars +Flask-Caching +Flask-Login +Flask-Mail +flask-marshmallow +Flask-Migrate +flask-paginate +Flask-SQLAlchemy +Flask-Uploads +Flask-WTF +gevent +greenlet +gunicorn +idna +importlib-metadata +importlib-resources +itsdangerous +Jinja2 +kombu +Mako +MarkupSafe +marshmallow +marshmallow-sqlalchemy +packaging +Pillow +prompt-toolkit +psutil +pycparser +PyMySQL +python-dateutil +python-dotenv +pytz +pytz-deprecation-shim +redis +shortuuid +six +SQLAlchemy +sqlparse +tzdata +tzlocal +vine +wcwidth +Werkzeug +WTForms +zipp +zope.event +zope.interface \ No newline at end of file -- Gitee