c1b0f57f3d
It also adds upper constraints in pip calls. Change-Id: I5a6b296b09628f0c21fe2c015c9379cc25c58198 Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
26 lines
684 B
Plaintext
26 lines
684 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!=2.1.0 # Apache-2.0
|
|
Babel!=2.4.0 # BSD
|
|
|
|
attrdict>=2.0.0
|
|
lxml!=3.7.0 # BSD
|
|
paramiko # LGPLv2.1+
|
|
PrettyTable<0.8 # BSD
|
|
pymongo!=3.1 # Apache-2.0
|
|
pytz # MIT
|
|
python-glanceclient # Apache-2.0
|
|
python-neutronclient # Apache-2.0
|
|
python-novaclient # Apache-2.0
|
|
python-openstackclient # Apache-2.0
|
|
python-keystoneclient!=2.1.0 # Apache-2.0
|
|
scp>=0.8.0
|
|
tabulate>=0.7.3
|
|
fluent-logger>=0.5.2
|
|
|
|
# Workaround for pip install failed on RHEL/CentOS
|
|
functools32>=3.2.3;python_version<'3'
|
|
|