scripts/install-dependencies.py

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9107
8e9525a780ae
child 9221
bf71ee032bb4
--- a/scripts/install-dependencies.py	Tue Jul 05 16:34:43 2022 +0200
+++ b/scripts/install-dependencies.py	Thu Jul 07 11:23:56 2022 +0200
@@ -37,10 +37,12 @@
     Function to install the eric dependencies.
     """
     packages = (
-        "pyqt6",
-        "pyqt6-charts",
-        "pyqt6-webengine",
-        "pyqt6-qscintilla",
+        "wheel",
+        
+        "PyQt6>=6.2.0",
+        "PyQt6-Charts>=6.2.0",
+        "PyQt6-WebEngine>=6.2.0",
+        "PyQt6-QScintilla>=2.13.0",
         
         "docutils",
         "Markdown",
@@ -51,12 +53,13 @@
         "EditorConfig",
         "Send2Trash",
         "Pygments",
-        "pyenchant",
-        "wheel",
         "parso",
         "jedi",
         "packaging",
         "pipdeptree",
+        "cyclonedx-python-lib",
+        "cyclonedx-bom",
+        "trove-classifiers",
     )
     
     failedPackages = []

eric ide

mercurial