b63caf4521
... to match global-requirements. This is an intermediate step in updating requirements to PyECLib>=1.1.1. Change-Id: I79f47fff6ec1adff214ca435f0d95aaf1ffd68f9
14 lines
453 B
Plaintext
14 lines
453 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.12.0;python_version<'3.0'
|
|
dnspython3>=1.12.0;python_version>='3.0'
|
|
eventlet>=0.16.1,!=0.17.0
|
|
greenlet>=0.3.1
|
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
|
pastedeploy>=1.3.3
|
|
six>=1.9.0
|
|
xattr>=0.4
|
|
PyECLib>=1.0.7 # BSD
|