forked from TencentBlueKing/bk-monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
140 lines (109 loc) · 2.25 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# -*- coding: utf-8 -*-
ujson==5.9.0
Django==4.2
# 单元测试
fakeredis==2.26.0
requests==2.31.0
celery==5.2.7
redis==4.3.6
redis-py-cluster==1.3.5
django-redis==5.4.0
django-celery-beat==2.5.0
django-celery-results==2.5.1
django-dbconn-retry==0.1.8
cloudpickle==2.1.0
pytz==2024.2
gunicorn==23.0.0
urllib3==1.26.18
django-cors-headers==3.7.0
django-cors-middleware==1.3.1
django-jsonfield-backport==1.0.5
python-dateutil==2.7.5
djangorestframework==3.15.1
django-filter==2.4.0
arrow==1.3.0
mistune==3.0.2
gevent==24.2.1
python-consul==1.1.0
PyYAML==6.0.2
dataclasses==0.6
typing_extensions==3.7.4.3
Markdown==3.3
wrapt==1.15.0
pyinstrument==3.4.2
# for原生es
elasticsearch==7.17.9
elasticsearch5==5.5.6
elasticsearch6==6.4.2
elasticsearch_dsl==7.0.0
# kafka
kafka-python==2.0.2
# iam
cachetools==3.1.1
certifi==2024.2.2
chardet==3.0.4
curlify==2.2.1
idna==2.9
# audit
bk-audit==1.2.2
# qcloud cos
cos-python-sdk-v5==1.9.6
# pipeline
bamboo-pipeline==4.0.0rc1
mock==2.0.0
# jinjia
jinja2==3.1.3
# ipython
ipython==8.22.2
jedi==0.19.2
humanize==3.11.0
# opentelemetry
protobuf==3.19.6
opentelemetry-api==1.23.0
opentelemetry-sdk==1.23.0
opentelemetry-exporter-otlp-proto-http==1.23.0
opentelemetry-exporter-otlp-proto-grpc==1.23.0
opentelemetry-semantic-conventions==0.44b0
opentelemetry-instrumentation-django==0.44b0
opentelemetry-instrumentation-elasticsearch==0.44b0
opentelemetry-instrumentation-dbapi==0.44b0
opentelemetry-instrumentation-redis==0.44b0
opentelemetry-instrumentation-requests==0.44b0
opentelemetry-instrumentation-celery==0.44b0
opentelemetry-instrumentation-logging==0.44b0
# kubernetes
kubernetes==18.20.0
# retrying
retrying==1.3.3
# bk_storage bkrepo
bkstorages==2.0.0
# telemetry
bk-monitor-report==1.2.2
django-prometheus==2.1.0
# blueapps
blueapps==4.15.4
blueapps[opentelemetry]==4.15.4
# blueapps依赖
whitenoise==5.0
# pypinyin
pypinyin==0.46.0
# pymysql
pymysql==1.1.1
# pika, rabbitmq client
pika==1.2.1
# luqum, ES Search SQL
luqum==0.12.0
# openapi
drf-yasg==1.21.8
# bk crypto
bk-crypto-python-sdk==2.0.0
# bk notice
bk-notice-sdk==1.3.2
# apigw
apigw-manager==3.0.2
# 日志聚类
jieba-fast==0.53
# sql
sqlglot==26.7.0
# 各自环境所需的不同依赖, 通过 sites/${env}/deploy/requirements_env.txt得到
-r requirements_env.txt