From 05a137fff4c28de7db7b2c8f9be77d372f42d6d1 Mon Sep 17 00:00:00 2001 From: Rocktim Saikia Date: Sun, 1 Sep 2024 14:32:32 +0530 Subject: [PATCH] Update dev dependencies and remove tqdm --- poetry.lock | 22 +--------------------- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/poetry.lock b/poetry.lock index 510a270..1a41ef5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,26 +304,6 @@ files = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] -[[package]] -name = "tqdm" -version = "4.66.5" -description = "Fast, Extensible Progress Meter" -optional = false -python-versions = ">=3.7" -files = [ - {file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"}, - {file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"}, -] - -[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 = "typing-extensions" version = "4.12.2" @@ -355,4 +335,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6853f98a7d22b3af9dc4e24319f8493cffbe8abbb233935d3f8c1bb604f09749" +content-hash = "c3f3117766eddeb28f9bc84578b035cad4997af16682b80d1e0605cd8305dc94" diff --git a/pyproject.toml b/pyproject.toml index 5d68158..7737117 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,9 +9,10 @@ readme = "README.md" python = "^3.8" requests = "^2.32.3" argparse = "^1.4.0" -tqdm = "^4.66.5" alive-progress = "^3.1.5" emoji = "^2.12.1" + +[tool.poetry.group.dev.dependencies] pytest = "^8.3.2" [build-system]