src/eric7/PipInterface/Pip.py

branch
eric7
changeset 10394
056d1b2cd3c4
parent 10393
434e1b0bc49e
child 10439
21c28b0f9e41
diff -r 434e1b0bc49e -r 056d1b2cd3c4 src/eric7/PipInterface/Pip.py
--- a/src/eric7/PipInterface/Pip.py	Thu Dec 07 10:32:10 2023 +0100
+++ b/src/eric7/PipInterface/Pip.py	Thu Dec 07 10:40:05 2023 +0100
@@ -363,7 +363,8 @@
         return [
             p
             for p in packages
-            if p.lower() not in (
+            if p.lower()
+            not in (
                 "eric-ide",
                 "pyqt6",
                 "pyqt6-sip",

eric ide

mercurial