6d82831a8b
As of now, in CentOS, eventlet v0.18 is available ; in Ubuntu, dateutil is only at version 2.2. Change-Id: I1123261146c713dcf843788dc9101c6b7fd1ba00
13 lines
374 B
Plaintext
13 lines
374 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.
|
|
|
|
pbr>=1.8,<1.9
|
|
|
|
eventlet>=0.17,<0.19
|
|
oslo.config>=2.4,<2.5
|
|
python-dateutil>=2.2,<2.5
|
|
|
|
# Packages not available as system packages (rpm or deb)
|
|
tabulate>=0.7.2,<0.8
|