3d3db0ab78
ECPyECLibException has been removed in 1.0.1, among other API/error handling enhancements in 1.0.3. Let's make sure the right version is used. Change-Id: Ie6e0c1b491017dd5096b14c23b610abc22b03d6a
13 lines
357 B
Plaintext
13 lines
357 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, which may cause wedges in the gate later.
|
|
|
|
dnspython>=1.9.4
|
|
eventlet>=0.9.15
|
|
greenlet>=0.3.1
|
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
|
pastedeploy>=1.3.3
|
|
simplejson>=2.0.9
|
|
xattr>=0.4
|
|
PyECLib>=1.0.3
|