From ba83b64d87d9c886518a098c6860c0d8bbd0a704 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 18 Aug 2023 15:23:01 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bc57ce0a..8eab032a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = "121cb018467440ab938aa169dcb8de096018855f0034f1cbc980d484ede3c8f1" diff --git a/pyproject.toml b/pyproject.toml index 5df11be53..6bf06a649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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,10 +136,11 @@ hvac = "1.1.1" pyhcl = "0.4.4" ipy = "1.1" netifaces = "^0.11.0" - -[tool.poetry.group.dev.dependencies] +channels-redis = "4.1.0" daphne = "4.0.0" channels = "^4.0.0" + +[tool.poetry.group.dev.dependencies] channels-redis = "^4.1.0" [tool.poetry.group.xpack.dependencies]