Added the dependency to 'pipdeptree' to introduce the capability to show a pip dependency tree. eric7

Tue, 22 Mar 2022 19:31:29 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 22 Mar 2022 19:31:29 +0100
branch
eric7
changeset 8996
62bd225b489f
parent 8995
52c50ac1002a
child 8997
d8946c2a22b5

Added the dependency to 'pipdeptree' to introduce the capability to show a pip dependency tree.

scripts/install.py file | annotate | diff | comparison | revisions
setup.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Tue Mar 22 19:29:01 2022 +0100
+++ b/scripts/install.py	Tue Mar 22 19:31:29 2022 +0100
@@ -1609,6 +1609,7 @@
         "parso": ("parso", ""),
         "jedi": ("jedi", ""),
         "packaging": ("packaging", ""),
+        "pipdeptree": ("pipdeptree", ""),
     }
     if not ignorePyqt6Tools:
         optionalModulesList["qt6-applications"] = ("qt6_applications", "")
--- a/setup.py	Tue Mar 22 19:29:01 2022 +0100
+++ b/setup.py	Tue Mar 22 19:31:29 2022 +0100
@@ -356,6 +356,7 @@
         "parso",
         "jedi",
         "packaging",
+        "pipdeptree",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial