1542 "chardet": ("chardet", ""), |
1542 "chardet": ("chardet", ""), |
1543 "asttokens": ("asttokens", ""), |
1543 "asttokens": ("asttokens", ""), |
1544 "EditorConfig": ("editorconfig", ""), |
1544 "EditorConfig": ("editorconfig", ""), |
1545 "Send2Trash": ("send2trash", ""), |
1545 "Send2Trash": ("send2trash", ""), |
1546 "Pygments": ("pygments", ""), |
1546 "Pygments": ("pygments", ""), |
1547 "mercurial": ("mercurial", ""), |
|
1548 "pyenchant": ("enchant", ""), |
1547 "pyenchant": ("enchant", ""), |
1549 } |
1548 } |
1550 # dict with tuples of package name and install constraint |
1549 # dict with tuples of package name and install constraint |
1551 if sys.platform != "darwin" and not ignorePyqt5Tools: |
1550 if sys.platform != "darwin" and not ignorePyqt5Tools: |
1552 optionalModulesList["qt5-applications"] = ("qt5_applications", |
1551 optionalModulesList["qt5-applications"] = ("qt5_applications", |