scripts/install.py

branch
eric7
changeset 8977
663521af48b2
parent 8966
c6f67dbc6ee7
child 8988
ffa38e0415df
equal deleted inserted replaced
8976:ca442cd49b9e 8977:663521af48b2
1606 "Pygments": ("pygments", ""), 1606 "Pygments": ("pygments", ""),
1607 "pyenchant": ("enchant", ""), 1607 "pyenchant": ("enchant", ""),
1608 "wheel": ("wheel", ""), 1608 "wheel": ("wheel", ""),
1609 "parso": ("parso", ""), 1609 "parso": ("parso", ""),
1610 "jedi": ("jedi", ""), 1610 "jedi": ("jedi", ""),
1611 "packaging": ("packaging", ""),
1611 } 1612 }
1612 if not ignorePyqt6Tools: 1613 if not ignorePyqt6Tools:
1613 optionalModulesList["qt6-applications"] = ("qt6_applications", "") 1614 optionalModulesList["qt6-applications"] = ("qt6_applications", "")
1614 1615
1615 # check mandatory modules 1616 # check mandatory modules

eric ide

mercurial