From dd85fbb9833771d8759c2e67a5d74f44382e5292 Mon Sep 17 00:00:00 2001 From: hirosassa Date: Sat, 11 May 2024 19:47:13 +0900 Subject: [PATCH] remove tqdm dependency --- poetry.lock | 22 +--------------------- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index e626bce9..5a98fc2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2033,26 +2033,6 @@ virtualenv = ">=20.25" docs = ["furo (>=2023.9.10)", "sphinx (>=7.2.6)", "sphinx-argparse-cli (>=1.11.1)", "sphinx-autodoc-typehints (>=1.25.2)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.11)"] testing = ["build[virtualenv] (>=1.0.3)", "covdefaults (>=2.3)", "detect-test-pollution (>=1.2)", "devpi-process (>=1)", "diff-cover (>=8.0.2)", "distlib (>=0.3.8)", "flaky (>=3.7)", "hatch-vcs (>=0.4)", "hatchling (>=1.21)", "psutil (>=5.9.7)", "pytest (>=7.4.4)", "pytest-cov (>=4.1)", "pytest-mock (>=3.12)", "pytest-xdist (>=3.5)", "re-assert (>=1.1)", "time-machine (>=2.13)", "wheel (>=0.42)"] -[[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]] name = "types-cffi" version = "1.16.0.20240331" @@ -2257,4 +2237,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.9,<4" -content-hash = "ff22f83a344e27ef343493c93d88cde98170f6f03e525b47a6d635fc3a076581" +content-hash = "a5797aca91ef6d3e7af307d51ae506b07b26cd79fb903d3d61fab825377f1f3f" diff --git a/pyproject.toml b/pyproject.toml index 60aac3c8..1c1f3152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ boto3 = "*" slack-sdk = "^3" pandas = "*" numpy = "*" -tqdm = "*" google-auth = "*" pyarrow = "*" uritemplate = "*"