Skip to content

Commit 16e57a0

Browse files
author
Xinkai Yi
committed
fix: 恢复requirements.txt文件
1 parent 3615718 commit 16e57a0

1 file changed

Lines changed: 7 additions & 76 deletions

File tree

Lines changed: 7 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,10 @@
1-
amqp==2.6.1
2-
annotated-types==0.7.0
3-
apigw-manager==3.1.2
4-
asgiref==3.11.0
5-
async-timeout==5.0.1
6-
attrs==25.4.0
7-
billiard==3.6.4.0
8-
bkapi-bk-apigateway==1.1.1
9-
bkapi-client-core==1.2.0
10-
bkoauth==0.1.0
11-
blueapps==4.15.8
12-
celery==4.4.7
1+
# base
2+
# DO NOT DELETE ANY PACKAGE IN base SECTION !!!
3+
bk-plugin-framework==2.3.3
4+
bk-plugin-runtime==2.1.2
5+
# opentelemetry
136
celery-prometheus-exporter==1.7.0
14-
certifi==2026.1.4
15-
cffi==2.0.0
16-
charset-normalizer==3.4.4
17-
cryptography==46.0.3
18-
curlify==3.0.0
19-
ddtrace==0.14.1
20-
Deprecated==1.3.1
21-
Django==3.2.25
22-
django-celery-beat==2.2.0
23-
django-celery-results==1.2.1
24-
django-cors-headers==3.14.0
25-
django-dbconn-retry==0.1.9
26-
django-prometheus==2.4.0
27-
django-timezone-field==4.2.3
28-
djangorestframework==3.15.1
29-
drf-spectacular==0.27.1
30-
drf-yasg==1.21.10
31-
django-environ==0.11.2
32-
future==1.0.0
33-
googleapis-common-protos==1.59.1
34-
grpcio==1.76.0
35-
gunicorn==23.0.0
36-
idna==3.11
37-
importlib_metadata==7.1.0
38-
inflection==0.5.1
39-
jsonschema==4.25.1
40-
jsonschema-specifications==2025.9.1
41-
kombu==4.6.11
42-
Mako==1.3.10
43-
MarkupSafe==2.1.5
44-
msgpack-python==0.5.6
7+
celery>=4.4.0,<5.0.0 # Explicit celery version constraint to resolve pip 25.x dependency conflict
458
opentelemetry-api==1.25.0
469
opentelemetry-exporter-jaeger==1.21.0
4710
opentelemetry-exporter-jaeger-proto-grpc==1.21.0
@@ -63,36 +26,4 @@ opentelemetry-proto==1.25.0
6326
opentelemetry-sdk==1.25.0
6427
opentelemetry-semantic-conventions==0.46b0
6528
opentelemetry-util-http==0.46b0
66-
packaging==25.0
67-
pip==22.2.2
68-
prometheus_client==0.23.1
69-
protobuf==4.25.8
70-
pycparser==2.23
71-
pycryptodome==3.23.0
72-
pydantic==2.12.5
73-
pydantic_core==2.41.5
74-
PyJWT==2.10.1
75-
PyMySQL==1.1.2
76-
python-crontab==3.3.0
77-
python-json-logger==4.0.0
78-
pytz==2025.2
79-
PyYAML==6.0.3
80-
raven==6.10.0
81-
redis==5.3.1
82-
referencing==0.37.0
83-
requests==2.32.5
84-
rpds-py==0.30.0
85-
setuptools==60.10.0
86-
six==1.17.0
87-
sqlparse==0.5.5
88-
thrift==0.22.0
89-
typing_extensions==4.15.0
90-
typing-inspection==0.4.2
91-
uritemplate==4.2.0
92-
urllib3==2.6.2
93-
vine==1.3.0
94-
Werkzeug==3.1.4
95-
wheel==0.37.1
96-
whitenoise==6.11.0
97-
wrapt==1.17.3
98-
zipp==3.23.0
29+
# add your custom requirements below this line

0 commit comments

Comments
 (0)