scripts/install.py

branch
eric7-maintenance
changeset 9010
248ca0be0cb6
parent 9003
6bc210cd5726
child 9034
feb766f6a1c5
--- a/scripts/install.py	Fri Mar 04 18:07:10 2022 +0100
+++ b/scripts/install.py	Sat Apr 02 11:23:11 2022 +0200
@@ -1608,6 +1608,8 @@
         "wheel": ("wheel", ""),
         "parso": ("parso", ""),
         "jedi": ("jedi", ""),
+        "packaging": ("packaging", ""),
+        "pipdeptree": ("pipdeptree", ""),
     }
     if not ignorePyqt6Tools:
         optionalModulesList["qt6-applications"] = ("qt6_applications", "")
@@ -2128,8 +2130,8 @@
     print()
     
     exit(res)
-    
-    
+
+
 if __name__ == "__main__":
     try:
         main(sys.argv)

eric ide

mercurial