Skip to content

Commit 78af7b7

Browse files
committed
feat: bk-plugin-runtime 放宽依赖包范围
1 parent 0c60447 commit 78af7b7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

runtime/bk-plugin-runtime/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[tool.poetry]
22
name = "bk-plugin-runtime"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
description = "bk plugin python django runtime"
55
authors = ["Your Name <you@example.com>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.6"
10-
redis = "^2.10.5"
11-
Django = "^2.2.6"
12-
gunicorn = "^19.6.0"
9+
python = "^3.6.1,<4.0"
10+
redis = ">=2.10.5,<4"
11+
Django = ">=2.2.6,<5"
12+
gunicorn = ">=19.6.0"
1313
djangorestframework = "^3.12.4"
1414
drf-yasg = "^1.20.0"
1515
raven = "^6.5.0"

0 commit comments

Comments
 (0)