049dc0c5e0
See https://github.com/eventlet/eventlet/issues/488 Fix at https://github.com/eventlet/eventlet/pull/497 Change-Id: I1aa22f23fd7808c5d959accbf3a3d2daace8c05f Depends-On: Ieb895eded03e3aabef8ac1ed69bd45d11f44b776
16 lines
555 B
Plaintext
16 lines
555 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.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
|
eventlet>=0.17.4,!=0.23.0 # MIT
|
|
greenlet>=0.3.1
|
|
netifaces>=0.5,!=0.10.0,!=0.10.1
|
|
PasteDeploy>=1.3.3
|
|
lxml>=3.4.1
|
|
requests>=2.14.2 # Apache-2.0
|
|
six>=1.9.0
|
|
xattr>=0.4
|
|
PyECLib>=1.3.1 # BSD
|
|
cryptography!=2.0,>=1.6 # BSD/Apache-2.0
|