c19d09f60b
Otherwise, we can hit a "generator already executing" error in test/functional/test_slo.py:TestSlo.test_slo_multi_ranged_get Also, set a *slightly* newer lower-bound for greenlet (from 2011 instead of 2010) so the sleep() doesn't cause us to lose exception state. Change-Id: Id458fc0a43fd71aab9f6edbacc1f0b370c9f7537
17 lines
672 B
Plaintext
17 lines
672 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.15.0;python_version=='2.7' # http://www.dnspython.org/LICENSE
|
|
eventlet>=0.25.0 # MIT
|
|
greenlet>=0.3.2
|
|
netifaces>=0.8,!=0.10.0,!=0.10.1
|
|
PasteDeploy>=1.3.3
|
|
lxml>=3.4.1
|
|
requests>=2.14.2 # Apache-2.0
|
|
six>=1.10.0
|
|
xattr>=0.4;sys_platform!='win32' # MIT
|
|
PyECLib>=1.3.1 # BSD
|
|
cryptography>=2.0.2 # BSD/Apache-2.0
|
|
ipaddress>=1.0.16;python_version<'3.3' # PSF
|