From 64d2f04487e5d457002a71fe87f251d63b2e40a6 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Tue, 3 Dec 2024 13:17:12 +0000 Subject: [PATCH] Remove pipdeptree dependency (#179) --- .config/constraints.txt | 2 -- .config/dictionary.txt | 1 - .config/requirements.in | 1 - tox.ini | 1 + 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 741c4da..3a13a63 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -49,8 +49,6 @@ packaging==24.2 paginate==0.5.7 pathspec==0.12.1 pillow==11.0.0 -pip==24.3.1 -pipdeptree==2.24.0 platformdirs==4.3.6 pluggy==1.5.0 pycparser==2.22 diff --git a/.config/dictionary.txt b/.config/dictionary.txt index 612e22c..4fc8163 100644 --- a/.config/dictionary.txt +++ b/.config/dictionary.txt @@ -35,7 +35,6 @@ mkdocstrings mypy notest outdir -pipdeptree pycontribs pylint pymdown diff --git a/.config/requirements.in b/.config/requirements.in index 2aeff95..9ab279a 100644 --- a/.config/requirements.in +++ b/.config/requirements.in @@ -13,5 +13,4 @@ mkdocs>=1.4.2 mkdocstrings-python>=0.8.3 mkdocstrings>=0.21.2 pillow>=9.4.0 -pipdeptree>=2.4.0 pymdown-extensions>=9.9.2 diff --git a/tox.ini b/tox.ini index c240634..b3660ad 100644 --- a/tox.ini +++ b/tox.ini @@ -55,6 +55,7 @@ description = Run all linters basepython = python3.10 deps = pre-commit>=2.6.0 + pre-commit-uv>=0.5.0 setuptools>=65.3.0 pytest>=7.2.0 # to updated schemas skip_install = true