comparison: scripts/install-dependencies.py
scripts/install-dependencies.py
- branch
- eric7
- changeset 9016
- 6f079c524e99
- parent 8988
- ffa38e0415df
- child 9107
- 8e9525a780ae
equal
deleted
inserted
replaced
54 "pyenchant", |
54 "pyenchant", |
55 "wheel", |
55 "wheel", |
56 "parso", |
56 "parso", |
57 "jedi", |
57 "jedi", |
58 "packaging", |
58 "packaging", |
|
59 "pipdeptree", |
59 ) |
60 ) |
60 |
61 |
61 failedPackages = [] |
62 failedPackages = [] |
62 for package in packages: |
63 for package in packages: |
63 ok = pipInstall(package) |
64 ok = pipInstall(package) |