2014-09-13 07:28:06 +00:00
|
|
|
# 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.
|
2017-03-06 01:18:40 +00:00
|
|
|
pbr>=2.0.0 # Apache-2.0
|
2016-12-23 22:18:02 +00:00
|
|
|
cliff>=2.3.0 # Apache-2.0
|
2016-01-23 10:53:38 +00:00
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
2016-04-30 18:08:33 +00:00
|
|
|
iso8601>=0.1.11 # MIT
|
2016-10-10 12:38:58 +00:00
|
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
2016-10-19 17:45:52 +00:00
|
|
|
osc-lib>=1.2.0 # Apache-2.0
|
2016-01-23 10:53:38 +00:00
|
|
|
oslo.i18n>=2.1.0 # Apache-2.0
|
2015-10-24 00:27:35 +00:00
|
|
|
oslo.serialization>=1.10.0 # Apache-2.0
|
2017-03-06 01:18:40 +00:00
|
|
|
oslo.utils>=3.20.0 # Apache-2.0
|
2016-10-19 17:45:52 +00:00
|
|
|
os-client-config>=1.22.0 # Apache-2.0
|
2017-01-24 22:33:31 +00:00
|
|
|
keystoneauth1>=2.18.0 # Apache-2.0
|
2016-07-28 00:35:47 +00:00
|
|
|
# keystoneclient is used only by neutronclient.osc.utils
|
|
|
|
# TODO(amotoki): Drop this after osc.utils has no dependency on keystoneclient
|
2016-12-23 22:18:02 +00:00
|
|
|
python-keystoneclient>=3.8.0 # Apache-2.0
|
2017-03-06 01:18:40 +00:00
|
|
|
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
|
2016-01-19 12:08:12 +00:00
|
|
|
simplejson>=2.2.0 # MIT
|
|
|
|
six>=1.9.0 # MIT
|
2016-05-06 22:22:32 +00:00
|
|
|
Babel>=2.3.4 # BSD
|