Skip to content

Commit 64d2f04

Browse files
authored
Remove pipdeptree dependency (#179)
1 parent 9f60b14 commit 64d2f04

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.config/constraints.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ packaging==24.2
4949
paginate==0.5.7
5050
pathspec==0.12.1
5151
pillow==11.0.0
52-
pip==24.3.1
53-
pipdeptree==2.24.0
5452
platformdirs==4.3.6
5553
pluggy==1.5.0
5654
pycparser==2.22

.config/dictionary.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ mkdocstrings
3535
mypy
3636
notest
3737
outdir
38-
pipdeptree
3938
pycontribs
4039
pylint
4140
pymdown

.config/requirements.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ mkdocs>=1.4.2
1313
mkdocstrings-python>=0.8.3
1414
mkdocstrings>=0.21.2
1515
pillow>=9.4.0
16-
pipdeptree>=2.4.0
1716
pymdown-extensions>=9.9.2

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ description = Run all linters
5555
basepython = python3.10
5656
deps =
5757
pre-commit>=2.6.0
58+
pre-commit-uv>=0.5.0
5859
setuptools>=65.3.0
5960
pytest>=7.2.0 # to updated schemas
6061
skip_install = true

0 commit comments

Comments
 (0)