scripts/install.py

branch
eric7
changeset 10679
4d3e0ce54322
parent 10595
59579e8aff98
child 10694
f46c1e224e8a
child 10716
11cdcc824469
equal deleted inserted replaced
10678:665f1084ebf9 10679:4d3e0ce54322
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