From c3bb6ecb04754d9def513ea6eb053ef82fa1baef Mon Sep 17 00:00:00 2001 From: Jean-Baptiste VESLIN <19856429+thebaptiste@users.noreply.github.com> Date: Fri, 24 Nov 2023 16:34:31 +0100 Subject: [PATCH] feat: add pipdeptree (#1737) --- .metwork-framework/components.md | 3 ++- .../0500_extra_python_packages/requirements-to-freeze.txt | 1 + .../0500_extra_python_packages/requirements3.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.metwork-framework/components.md b/.metwork-framework/components.md index 84f0e068..75e32619 100644 --- a/.metwork-framework/components.md +++ b/.metwork-framework/components.md @@ -157,6 +157,7 @@ | [pickleshare](https://github.com/pickleshare/pickleshare) | 0.7.5 | python3_devtools | | [pika](https://pypi.org/project/pika) | 1.3.2 | python3 | | [pip](https://pip.pypa.io/) | 23.3.1 | python3_core | +| [pipdeptree](https://pypi.org/project/pipdeptree) | 2.13.1 | python3_devtools | | [platformdirs](https://pypi.org/project/platformdirs) | 3.10.0 | python3_core | | [pluggy](https://github.com/pytest-dev/pluggy) | 1.3.0 | python3_core | | [postgis-geohash](https://github.com/adelplanque/postgis-geohash) | 0.2.0 | scientific_core | @@ -267,4 +268,4 @@ | [zeromq](https://zeromq.org/) | 4.3.4 | core | | [zipp](https://github.com/jaraco/zipp) | 3.16.2 | python3_core | -*(266 components)* +*(267 components)* diff --git a/layers/layer7_python3_devtools/0500_extra_python_packages/requirements-to-freeze.txt b/layers/layer7_python3_devtools/0500_extra_python_packages/requirements-to-freeze.txt index b6298ed5..9247a00a 100644 --- a/layers/layer7_python3_devtools/0500_extra_python_packages/requirements-to-freeze.txt +++ b/layers/layer7_python3_devtools/0500_extra_python_packages/requirements-to-freeze.txt @@ -36,3 +36,4 @@ setuptools-git-versioning pytest-json-report tornado bump-pydantic +pipdeptree diff --git a/layers/layer7_python3_devtools/0500_extra_python_packages/requirements3.txt b/layers/layer7_python3_devtools/0500_extra_python_packages/requirements3.txt index 1ec69cf9..68568377 100644 --- a/layers/layer7_python3_devtools/0500_extra_python_packages/requirements3.txt +++ b/layers/layer7_python3_devtools/0500_extra_python_packages/requirements3.txt @@ -70,3 +70,4 @@ typed-ast==1.5.5 watchdog==3.0.0 wcmatch==8.5 wcwidth==0.2.8 +pipdeptree==2.13.1