From 5ffc0a96657bb2651722e56e292b5428aa6965ef Mon Sep 17 00:00:00 2001 From: fit2bot <68588906+fit2bot@users.noreply.github.com> Date: Wed, 15 May 2024 10:13:14 +0800 Subject: [PATCH] perf: add new dependencies (#13220) Co-authored-by: feng <1304903146@qq.com> --- poetry.lock | 43 ++++++++++++++++++++++++++++++++++++++++++- pyproject.toml | 2 ++ 2 files changed, 44 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index e7ca5045c..b6491a590 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1846,6 +1846,22 @@ type = "legacy" url = "https://pypi.tuna.tsinghua.edu.cn/simple" reference = "tsinghua" +[[package]] +name = "distro" +version = "1.9.0" +description = "Distro - an OS platform information API" +optional = false +python-versions = ">=3.6" +files = [ + {file = "distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2"}, + {file = "distro-1.9.0.tar.gz", hash = "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed"}, +] + +[package.source] +type = "legacy" +url = "https://pypi.tuna.tsinghua.edu.cn/simple" +reference = "tsinghua" + [[package]] name = "django" version = "4.1.13" @@ -7043,6 +7059,31 @@ type = "legacy" url = "https://pypi.tuna.tsinghua.edu.cn/simple" reference = "tsinghua" +[[package]] +name = "tqdm" +version = "4.66.4" +description = "Fast, Extensible Progress Meter" +optional = false +python-versions = ">=3.7" +files = [ + {file = "tqdm-4.66.4-py3-none-any.whl", hash = "sha256:b75ca56b413b030bc3f00af51fd2c1a1a5eac6a0c1cca83cbb37a5c52abce644"}, + {file = "tqdm-4.66.4.tar.gz", hash = "sha256:e4d936c9de8727928f3be6079590e97d9abfe8d39a590be678eb5919ffc186bb"}, +] + +[package.dependencies] +colorama = {version = "*", markers = "platform_system == \"Windows\""} + +[package.extras] +dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"] +notebook = ["ipywidgets (>=6)"] +slack = ["slack-sdk"] +telegram = ["requests"] + +[package.source] +type = "legacy" +url = "https://pypi.tuna.tsinghua.edu.cn/simple" +reference = "tsinghua" + [[package]] name = "traitlets" version = "5.14.1" @@ -7864,4 +7905,4 @@ reference = "tsinghua" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "25198f7f73c8e7dd2ac39ccc4ae94a321c41f47b9d89cbda5b7191ff26676827" +content-hash = "dc825b24cb1bf0138556ed0f1d5d76232b2c087c5ea4a6f58fdfba45fecf3b81" diff --git a/pyproject.toml b/pyproject.toml index cbf104b81..0c10be034 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,6 +154,8 @@ pydantic = "^2.7.1" pydantic-core = "^2.18.2" annotated-types = "^0.6.0" httpx = "^0.27.0" +distro = "1.9.0" +tqdm = "4.66.4" [tool.poetry.group.xpack.dependencies]