![Joshua Harlow](/assets/img/avatar_default.png)
We were restricted to older versions of pip due to some import changes, and code changes the pip folks did, but this changes that so that we can now use the newer versions of pip and all the features/additions they have performed there. Change-Id: Ia4bff0229acf7823c8fe9e0e95bf3ac02f9a6ce1
20 lines
381 B
Plaintext
20 lines
381 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process (and later running processes...).
|
|
|
|
pip>=6
|
|
pkginfo
|
|
cheetah>=2.4.4
|
|
iniparse
|
|
iso8601>=0.1.8
|
|
netifaces>=0.5
|
|
ordereddict
|
|
progressbar
|
|
psutil>=0.6.1,<1.0
|
|
PyYAML>=3.1.0
|
|
six>=1.4.1
|
|
termcolor
|
|
argparse
|
|
futures
|
|
jsonpatch>=1.1
|