|
|
@ -1,4 +1,4 @@
|
|
|
|
# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand.
|
|
|
|
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "adal"
|
|
|
|
name = "adal"
|
|
|
@ -2655,8 +2655,14 @@ files = [
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies]
|
|
|
|
google-auth = ">=2.14.1,<3.0.dev0"
|
|
|
|
google-auth = ">=2.14.1,<3.0.dev0"
|
|
|
|
googleapis-common-protos = ">=1.56.2,<2.0.dev0"
|
|
|
|
googleapis-common-protos = ">=1.56.2,<2.0.dev0"
|
|
|
|
grpcio = {version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}
|
|
|
|
grpcio = [
|
|
|
|
grpcio-status = {version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""}
|
|
|
|
{version = ">=1.33.2,<2.0dev", optional = true, markers = "extra == \"grpc\""},
|
|
|
|
|
|
|
|
{version = ">=1.49.1,<2.0dev", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
grpcio-status = [
|
|
|
|
|
|
|
|
{version = ">=1.33.2,<2.0.dev0", optional = true, markers = "extra == \"grpc\""},
|
|
|
|
|
|
|
|
{version = ">=1.49.1,<2.0.dev0", optional = true, markers = "python_version >= \"3.11\" and extra == \"grpc\""},
|
|
|
|
|
|
|
|
]
|
|
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0"
|
|
|
|
protobuf = ">=3.19.5,<3.20.0 || >3.20.0,<3.20.1 || >3.20.1,<4.21.0 || >4.21.0,<4.21.1 || >4.21.1,<4.21.2 || >4.21.2,<4.21.3 || >4.21.3,<4.21.4 || >4.21.4,<4.21.5 || >4.21.5,<5.0.0.dev0"
|
|
|
|
requests = ">=2.18.0,<3.0.0.dev0"
|
|
|
|
requests = ">=2.18.0,<3.0.0.dev0"
|
|
|
|
|
|
|
|
|
|
|
@ -3339,12 +3345,12 @@ reference = "tsinghua"
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "jms-storage"
|
|
|
|
name = "jms-storage"
|
|
|
|
version = "0.0.52"
|
|
|
|
version = "0.0.53"
|
|
|
|
description = "Jumpserver storage python sdk tools"
|
|
|
|
description = "Jumpserver storage python sdk tools"
|
|
|
|
optional = false
|
|
|
|
optional = false
|
|
|
|
python-versions = "*"
|
|
|
|
python-versions = "*"
|
|
|
|
files = [
|
|
|
|
files = [
|
|
|
|
{file = "jms-storage-0.0.52.tar.gz", hash = "sha256:15303281a1d1a3ac24a5a9fb0d78abda3aa1f752590aab867923647a485ccfbd"},
|
|
|
|
{file = "jms-storage-0.0.53.tar.gz", hash = "sha256:d197816b3edc6a370892d5a246265ea7ae7267159b1a4ad88a14ae56e92013be"},
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[package.dependencies]
|
|
|
|
[package.dependencies]
|
|
|
@ -3360,17 +3366,13 @@ elasticsearch = "7.8.0"
|
|
|
|
esdk-obs-python = "3.21.4"
|
|
|
|
esdk-obs-python = "3.21.4"
|
|
|
|
idna = "3.4"
|
|
|
|
idna = "3.4"
|
|
|
|
oss2 = "2.18.1"
|
|
|
|
oss2 = "2.18.1"
|
|
|
|
|
|
|
|
paramiko = "3.2.0"
|
|
|
|
python-dateutil = "2.8.2"
|
|
|
|
python-dateutil = "2.8.2"
|
|
|
|
pytz = "2023.3"
|
|
|
|
pytz = "2023.3"
|
|
|
|
requests = "2.31.0"
|
|
|
|
requests = "2.31.0"
|
|
|
|
s3transfer = "0.6.1"
|
|
|
|
s3transfer = "0.6.1"
|
|
|
|
six = "1.16.0"
|
|
|
|
six = "1.16.0"
|
|
|
|
|
|
|
|
|
|
|
|
[package.source]
|
|
|
|
|
|
|
|
type = "legacy"
|
|
|
|
|
|
|
|
url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|
|
|
|
|
|
|
|
reference = "tsinghua"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "jsonfield2"
|
|
|
|
name = "jsonfield2"
|
|
|
|
version = "4.0.0.post0"
|
|
|
|
version = "4.0.0.post0"
|
|
|
@ -7270,4 +7272,4 @@ reference = "tsinghua"
|
|
|
|
[metadata]
|
|
|
|
[metadata]
|
|
|
|
lock-version = "2.0"
|
|
|
|
lock-version = "2.0"
|
|
|
|
python-versions = "^3.11"
|
|
|
|
python-versions = "^3.11"
|
|
|
|
content-hash = "bf72acdbac5e62c239033fd629835ad30788a3fcb07ac9a2dc2f15f321da6c30"
|
|
|
|
content-hash = "882df81581adc280c0349a83b88c42987598c2b125a21cf7c834f8a32e6fc3f3"
|
|
|
|