1699 "black": ("black", ">=22.6.0"), |
1699 "black": ("black", ">=22.6.0"), |
1700 "isort": ("isort", ">=5.10.0"), |
1700 "isort": ("isort", ">=5.10.0"), |
1701 "coverage": ("coverage", ">=6.5.0"), |
1701 "coverage": ("coverage", ">=6.5.0"), |
1702 "semver": ("semver", ""), |
1702 "semver": ("semver", ""), |
1703 "pipdeptree": ("pipdeptree", ""), |
1703 "pipdeptree": ("pipdeptree", ""), |
|
1704 "watchdog": ("watchdog", ">=3.0.0"), |
1704 } |
1705 } |
1705 optionalModulesList = { |
1706 optionalModulesList = { |
1706 # key is pip project name |
1707 # key is pip project name |
1707 # value is tuple of package name, pip install constraint |
1708 # value is tuple of package name, pip install constraint |
1708 "docutils": ("docutils", ""), |
1709 "docutils": ("docutils", ""), |