forked from TencentBlueKing/bk-process-config-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
57 lines (46 loc) · 874 Bytes
/
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
# 工程预装模块
# 需要额外的python包,可直接在文件后面添加
# 请确保指定的包和版本号,可通过pip安装
blueapps-open==4.0.1
python-json-logger==0.1.7
requests==2.22.0
MarkupSafe==1.1.1
django-dbconn-retry==0.1.5
# django
django==3.2.4
django-celery-beat==2.2.0
django-celery-results==2.1.0
django-filter==2.4.0
django-cors-headers==3.7.0
djangorestframework==3.12.4
drf-yasg==1.20.0
drf_spectacular==0.12.0
# 版本日志
mistune==0.8.4
# jwt
PyJWT==1.7.1
pycrypto==2.6.1
cryptography==3.2
# iam
bk-iam==1.1.19
# pipeline
bamboo-pipeline==3.5.4
bamboo-engine==1.2.1
# for sentry
raven==6.1.0
# for apm
ddtrace==0.14.1
# others
mock==2.0.0
urllib3==1.26.6
pytz==2020.4
greenlet==0.4.17
jsonschema==3.2.0
botocore==1.12.253
gunicorn==19.6.0
gevent==1.2.2
celery==4.4.7
mako==1.1.3
lxml==4.6.3
ruamel.yaml==0.17.16
packaging==20.9