X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=requirements.txt;h=488aa5f49816ed4c0c753a28a79651e95595ea51;hb=8ecfd4c886507fe602398a8623e6044d40ea8090;hp=717ba079ebe49ae6cf82a8df10df5f7fc8ac24e2;hpb=b33d3b4bc7ae7113ffca9b049eef1be172e22d29;p=nfvbench.git diff --git a/requirements.txt b/requirements.txt index 717ba07..488aa5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +# Python dependencies required to run nfvbench and behave_tests +# # 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. @@ -6,23 +8,21 @@ pbr!=2.1.0 # Apache-2.0 attrdict>=2.0.0 bitmath>=1.3.1.1 -paramiko # LGPLv2.1+ -PrettyTable # BSD pytz # MIT -six # 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 PyYAML # MIT -pyzmq # LGPL+BSD -requests!=2.20.0,!=2.24.0 # Apache-2.0 tabulate # MIT Flask!=0.11 # BSD fluent-logger>=0.5.3 netaddr # BSD -xtesting>=0.92.0 hdrhistogram>=0.8.0 -behave>=1.2.6 + +# Extra requirements for behave_tests: +requests!=2.20.0,!=2.24.0 # Apache-2.0 retry>=0.9.2 +xtesting>=0.92.0 +behave>=1.2.6