setup.py

branch
eric7
changeset 8977
663521af48b2
parent 8966
c6f67dbc6ee7
child 8996
62bd225b489f
--- a/setup.py	Sun Mar 13 15:20:26 2022 +0100
+++ b/setup.py	Sun Mar 13 19:59:03 2022 +0100
@@ -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,7 @@
         "Pygments",
         "parso",
         "jedi",
+        "packaging",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial