mirror of https://github.com/jumpserver/jumpserver
perf: 修改依赖
parent
7506c7ea43
commit
61ce39b4ba
|
@ -1348,13 +1348,13 @@ reference = "tsinghua"
|
|||
|
||||
[[package]]
|
||||
name = "click"
|
||||
version = "8.1.6"
|
||||
version = "8.1.7"
|
||||
description = "Composable command line interface toolkit"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "click-8.1.6-py3-none-any.whl", hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5"},
|
||||
{file = "click-8.1.6.tar.gz", hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd"},
|
||||
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
|
||||
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -7223,4 +7223,4 @@ reference = "tsinghua"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "6772c51033ce0b8cc877596f541cef0b902fe81d7495367cf4f7febec2bc260b"
|
||||
content-hash = "f5bef179ee92691490abd486fd53596156e8af343ae8461a306c4fd8c174e348"
|
||||
|
|
|
@ -100,7 +100,6 @@ openapi-codec = "1.3.2"
|
|||
pillow = "10.0.0"
|
||||
pytz = "2023.3"
|
||||
django-proxy = "1.2.2"
|
||||
channels-redis = "4.1.0"
|
||||
python-daemon = "3.0.1"
|
||||
eventlet = "0.33.3"
|
||||
greenlet = "2.0.2"
|
||||
|
@ -114,7 +113,7 @@ websockets = "11.0.3"
|
|||
python-ldap = "3.4.3"
|
||||
ldap3 = "2.9.1"
|
||||
django-radius = { url = "https://github.com/ibuler/django-radius/archive/refs/tags/1.5.0.zip" }
|
||||
django-cas-ng = {url = "https://github.com/ibuler/django-cas-ng/releases/download/v4.3.2/django-cas-ng-4.3.2.zip"}
|
||||
django-cas-ng = { url = "https://github.com/ibuler/django-cas-ng/releases/download/v4.3.2/django-cas-ng-4.3.2.zip" }
|
||||
python-cas = "1.6.0"
|
||||
django-auth-ldap = "4.4.0"
|
||||
boto3 = "1.28.9"
|
||||
|
@ -137,11 +136,10 @@ hvac = "1.1.1"
|
|||
pyhcl = "0.4.4"
|
||||
ipy = "1.1"
|
||||
netifaces = "^0.11.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
daphne = "4.0.0"
|
||||
channels = "^4.0.0"
|
||||
channels-redis = "^4.1.0"
|
||||
channels-redis = "4.1.0"
|
||||
|
||||
|
||||
[tool.poetry.group.xpack.dependencies]
|
||||
qingcloud-sdk = "1.2.15"
|
||||
|
|
Loading…
Reference in New Issue