setup.py

branch
eric7-maintenance
changeset 9010
248ca0be0cb6
parent 9003
6bc210cd5726
child 9022
91efc01ae8cb
--- a/setup.py	Fri Mar 04 18:07:10 2022 +0100
+++ b/setup.py	Sat Apr 02 11:23:11 2022 +0200
@@ -336,7 +336,7 @@
         "Topic :: Text Editors :: Integrated Development Environments (IDE)"
     ],
     keywords="Development PyQt6 IDE Python3",
-    python_requires=">=3.6",
+    python_requires=">=3.7",
     install_requires=[
         "pip>=19.0",
         "wheel",
@@ -355,6 +355,8 @@
         "Pygments",
         "parso",
         "jedi",
+        "packaging",
+        "pipdeptree",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial