scripts/install.py

branch
eric7-maintenance
changeset 10694
f46c1e224e8a
parent 10616
4aa36fcd4a30
parent 10679
4d3e0ce54322
child 10733
d96c69a235fc
equal deleted inserted replaced
10662:e6c9ab1dc168 10694:f46c1e224e8a
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", ""),

eric ide

mercurial