1607 # key is pip project name |
1607 # key is pip project name |
1608 # value is tuple of package name, pip install constraint |
1608 # value is tuple of package name, pip install constraint |
1609 "docutils": ("docutils", ""), |
1609 "docutils": ("docutils", ""), |
1610 "Markdown": ("markdown", ""), |
1610 "Markdown": ("markdown", ""), |
1611 "pyyaml": ("yaml", ""), |
1611 "pyyaml": ("yaml", ""), |
1612 "toml": ("toml", ""), |
1612 "tomlkit": ("tomlkit", ""), |
1613 "chardet": ("chardet", ""), |
1613 "chardet": ("chardet", ""), |
1614 "asttokens": ("asttokens", ""), |
1614 "asttokens": ("asttokens", ""), |
1615 "EditorConfig": ("editorconfig", ""), |
1615 "EditorConfig": ("editorconfig", ""), |
1616 "Send2Trash": ("send2trash", ""), |
1616 "Send2Trash": ("send2trash", ""), |
1617 "Pygments": ("pygments", ""), |
1617 "Pygments": ("pygments", ""), |