We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c60447 commit 78af7b7Copy full SHA for 78af7b7
1 file changed
runtime/bk-plugin-runtime/pyproject.toml
@@ -1,15 +1,15 @@
1
[tool.poetry]
2
name = "bk-plugin-runtime"
3
-version = "2.0.5"
+version = "2.0.6"
4
description = "bk plugin python django runtime"
5
authors = ["Your Name <you@example.com>"]
6
license = "MIT"
7
8
[tool.poetry.dependencies]
9
-python = "^3.6"
10
-redis = "^2.10.5"
11
-Django = "^2.2.6"
12
-gunicorn = "^19.6.0"
+python = "^3.6.1,<4.0"
+redis = ">=2.10.5,<4"
+Django = ">=2.2.6,<5"
+gunicorn = ">=19.6.0"
13
djangorestframework = "^3.12.4"
14
drf-yasg = "^1.20.0"
15
raven = "^6.5.0"
0 commit comments