scripts/install.py

branch
eric7
changeset 8593
1d66b6af60ed
parent 8566
0df55126fdf4
child 8611
0b1a09e47e98
equal deleted inserted replaced
8592:ab8580937d4b 8593:1d66b6af60ed
1562 "EditorConfig": ("editorconfig", ""), 1562 "EditorConfig": ("editorconfig", ""),
1563 "Send2Trash": ("send2trash", ""), 1563 "Send2Trash": ("send2trash", ""),
1564 "Pygments": ("pygments", ""), 1564 "Pygments": ("pygments", ""),
1565 "pyenchant": ("enchant", ""), 1565 "pyenchant": ("enchant", ""),
1566 "wheel": ("wheel", ""), 1566 "wheel": ("wheel", ""),
1567 "parso": ("parso", ""),
1568 "jedi": ("jedi", ""),
1567 } 1569 }
1568 if not ignorePyqt6Tools: 1570 if not ignorePyqt6Tools:
1569 optionalModulesList["qt6-applications"] = ("qt6_applications", "") 1571 optionalModulesList["qt6-applications"] = ("qt6_applications", "")
1570 1572
1571 # check mandatory modules 1573 # check mandatory modules

eric ide

mercurial