From 7c9c9b0894713b65f2004d58e853009ab7e40cbf Mon Sep 17 00:00:00 2001 From: Korra <1178115756@qq.com> Date: Mon, 13 Jul 2020 14:49:31 +0800 Subject: [PATCH] update spug_api/requirements.txt. --- spug_api/requirements.txt | 54 ++++++++++++++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 7 deletions(-) diff --git a/spug_api/requirements.txt b/spug_api/requirements.txt index ccbbfb1..3abd36e 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -1,10 +1,50 @@ -apscheduler==3.6.3 -Django==2.2.13 +aioredis==1.3.1 +APScheduler==3.6.3 +asgiref==3.2.10 +async-timeout==3.0.1 +attrs==19.3.0 +autobahn==20.6.2 +Automat==20.2.0 +bcrypt==3.1.7 +certifi==2020.6.20 +cffi==1.14.0 channels==2.3.1 -channels_redis==2.4.1 +channels-redis==2.4.1 +chardet==3.0.4 +constantly==15.1.0 +cryptography==2.9.2 +daphne==2.5.0 +Django==3.0.8 +django-redis==4.12.1 +et-xmlfile==1.0.1 +gitdb==4.0.5 +gitdb2==4.0.2 +GitPython==3.0.8 +hiredis==1.0.1 +hyperlink==19.0.0 +idna==2.8 +incremental==17.5.0 +jdcal==1.4.1 +msgpack==0.6.2 +#mysqlclient==2.0.1 +openpyxl==3.0.3 paramiko==2.7.1 -django-redis==4.10.0 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycparser==2.20 +PyHamcrest==2.0.2 +PyMySQL==0.9.3 +PyNaCl==1.4.0 +pyOpenSSL==19.1.0 +pytz==2020.1 +redis==3.5.3 requests==2.22.0 -GitPython==3.0.8 -python-ldap==3.2.0 -openpyxl==3.0.3 \ No newline at end of file +service-identity==18.1.0 +six==1.15.0 +smmap==3.0.4 +sqlparse==0.3.1 +Twisted==20.3.0 +txaio==20.4.1 +tzlocal==2.1 +urllib3==1.25.9 +zope.interface==5.1.0 \ No newline at end of file -- Gitee