scripts/install.py

branch
eric7
changeset 8996
62bd225b489f
parent 8988
ffa38e0415df
child 9002
31a7decd3393
equal deleted inserted replaced
8995:52c50ac1002a 8996:62bd225b489f
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 "packaging": ("packaging", ""),
1612 "pipdeptree": ("pipdeptree", ""),
1612 } 1613 }
1613 if not ignorePyqt6Tools: 1614 if not ignorePyqt6Tools:
1614 optionalModulesList["qt6-applications"] = ("qt6_applications", "") 1615 optionalModulesList["qt6-applications"] = ("qt6_applications", "")
1615 1616
1616 # check mandatory modules 1617 # check mandatory modules

eric ide

mercurial