1576 "EditorConfig": ("editorconfig", ""), |
1576 "EditorConfig": ("editorconfig", ""), |
1577 "Send2Trash": ("send2trash", ""), |
1577 "Send2Trash": ("send2trash", ""), |
1578 "Pygments": ("pygments", ""), |
1578 "Pygments": ("pygments", ""), |
1579 "mercurial": ("mercurial", ""), |
1579 "mercurial": ("mercurial", ""), |
1580 "pyenchant": ("enchant", ""), |
1580 "pyenchant": ("enchant", ""), |
|
1581 "wheel": ("wheel", ""), |
1581 } |
1582 } |
1582 # dict with tuples of package name and install constraint |
1583 # dict with tuples of package name and install constraint |
1583 # TODO: enable this once qt6_applications is released |
1584 # TODO: enable this once qt6_applications is released |
1584 if False: # __IGNORE_WARNING_Y102__ |
1585 if False: # __IGNORE_WARNING_Y102__ |
1585 if sys.platform != "darwin" and not ignorePyqt6Tools: |
1586 if sys.platform != "darwin" and not ignorePyqt6Tools: |