|
@@ -1,20 +1,38 @@
|
|
|
|
|
+aiocontextvars==0.2.2
|
|
|
appdirs==1.4.4
|
|
appdirs==1.4.4
|
|
|
attrs==21.4.0
|
|
attrs==21.4.0
|
|
|
certifi==2021.10.8
|
|
certifi==2021.10.8
|
|
|
charset-normalizer==2.0.9
|
|
charset-normalizer==2.0.9
|
|
|
|
|
+contextvars==2.4
|
|
|
|
|
+coreapi==2.3.3
|
|
|
|
|
+coreschema==0.0.4
|
|
|
Deprecated==1.2.13
|
|
Deprecated==1.2.13
|
|
|
DingtalkChatbot==1.5.3
|
|
DingtalkChatbot==1.5.3
|
|
|
Django==2.2.27
|
|
Django==2.2.27
|
|
|
|
|
+django-cors-headers==3.10.1
|
|
|
django-filter==21.1
|
|
django-filter==21.1
|
|
|
djangorestframework==3.13.1
|
|
djangorestframework==3.13.1
|
|
|
drf-spectacular==0.22.0
|
|
drf-spectacular==0.22.0
|
|
|
|
|
+drf-yasg==1.20.0
|
|
|
fs==2.4.13
|
|
fs==2.4.13
|
|
|
|
|
+gevent==21.12.0
|
|
|
|
|
+greenlet==1.1.2
|
|
|
|
|
+gunicorn==20.1.0
|
|
|
idna==3.3
|
|
idna==3.3
|
|
|
|
|
+immutables==0.16
|
|
|
importlib-metadata==4.8.3
|
|
importlib-metadata==4.8.3
|
|
|
inflection==0.5.1
|
|
inflection==0.5.1
|
|
|
|
|
+itypes==1.2.0
|
|
|
|
|
+Jinja2==3.0.2
|
|
|
jsonschema==3.2.0
|
|
jsonschema==3.2.0
|
|
|
|
|
+loguru==0.6.0
|
|
|
Markdown==3.3.6
|
|
Markdown==3.3.6
|
|
|
|
|
+MarkupSafe==2.0.1
|
|
|
|
|
+mysqlclient==2.1.0
|
|
|
|
|
+packaging==21.0
|
|
|
psutil==5.8.0
|
|
psutil==5.8.0
|
|
|
|
|
+PyMySQL==1.0.2
|
|
|
|
|
+pyparsing==3.0.7
|
|
|
pyrsistent==0.18.0
|
|
pyrsistent==0.18.0
|
|
|
python-crontab==2.5.1
|
|
python-crontab==2.5.1
|
|
|
python-dateutil==2.8.1
|
|
python-dateutil==2.8.1
|
|
@@ -22,6 +40,8 @@ pytz==2021.3
|
|
|
PyYAML==6.0
|
|
PyYAML==6.0
|
|
|
redis==4.0.2
|
|
redis==4.0.2
|
|
|
requests==2.26.0
|
|
requests==2.26.0
|
|
|
|
|
+ruamel.yaml==0.17.21
|
|
|
|
|
+ruamel.yaml.clib==0.2.6
|
|
|
six==1.16.0
|
|
six==1.16.0
|
|
|
sqlparse==0.4.2
|
|
sqlparse==0.4.2
|
|
|
supervisor==4.2.2
|
|
supervisor==4.2.2
|
|
@@ -30,3 +50,5 @@ uritemplate==4.1.1
|
|
|
urllib3==1.26.7
|
|
urllib3==1.26.7
|
|
|
wrapt==1.13.3
|
|
wrapt==1.13.3
|
|
|
zipp==3.6.0
|
|
zipp==3.6.0
|
|
|
|
|
+zope.event==4.5.0
|
|
|
|
|
+zope.interface==5.4.0
|