forked from TencentBlueKing/bk-nodeman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
98 lines (77 loc) · 1.58 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# -*- coding: utf-8 -*-
# 运行时依赖安装
wheel==0.37.0
blueapps-open==4.0.3rc0
Django==3.2.4
requests==2.22.0
celery==4.4.7
django-celery-beat==2.2.0
django-celery-results==2.0.1
celery-redbeat==2.0.0
djangorestframework==3.12.4
# django-utils-six==2.0
django-filter==21.1
django-mysql==3.3.0
Mako==1.0.6
MarkupSafe==1.1.1
pyCryptodome==3.9.7
pynacl==1.4.0
gunicorn==19.6.0
arrow==0.15.4
PyJWT==1.7.1
whitenoise==5.2.0
mysqlclient==2.0.3
eventlet==0.25.1
gevent==1.2.2
impacket==0.9.22
paramiko==2.7.2
jinja2==2.11.1
jinja2schema==0.1.4
PyYAML==6.0
python-json-logger==0.1.7
packaging==21.3
django-dbconn-retry==0.1.5
wrapt==1.13.3
# pipeline
ujson==1.35
pyparsing==2.2.0
redis==3.5.3
redis-py-cluster==2.1.3
django-timezone-field==4.1.0
mock==2.0.0
factory_boy==2.11.1
boto3==1.9.130
rsa==4.0
dnspython==1.16.0
django-cors-headers==3.5.0
# 版本日志
mistune==0.8.4
# 腾讯云SDK
tencentcloud-sdk-python==3.0.101
# Iam SDK
bk-iam==1.1.14
# 自监控
supervisor==4.2.2
prettytable==2.1.0
# for sentry
raven==6.1.0
# for apm
ddtrace==0.14.1
bkstorages==1.0.1
ruamel.yaml==0.17.16
kazoo==2.8.0
asgiref==3.4.1
asyncssh==2.8.1
# prometheus
django-prometheus==2.2.0
# opentelemetry
opentelemetry-api==1.5.0
opentelemetry-sdk==1.5.0
opentelemetry-exporter-otlp==1.5.0
opentelemetry-instrumentation-django==0.24b0
opentelemetry-instrumentation-elasticsearch==0.24b0
opentelemetry-instrumentation-dbapi==0.24b0
opentelemetry-instrumentation-redis==0.24b0
opentelemetry-instrumentation-requests==0.24b0
opentelemetry-instrumentation-celery==0.24b0
opentelemetry-instrumentation-logging==0.24b0