docs: refresh & structure overhaul
[nfvbench.git] / requirements.txt
1 # The order of packages is significant, because pip processes them in the order
2 # of appearance. Changing the order has an impact on the overall integration
3 # process, which may cause wedges in the gate later.
4
5 pbr!=2.1.0 # Apache-2.0
6
7 attrdict>=2.0.0
8 bitmath>=1.3.1.1
9 paramiko # LGPLv2.1+
10 PrettyTable # BSD
11 pytz # MIT
12 six # MIT
13 python-glanceclient # Apache-2.0
14 python-neutronclient # Apache-2.0
15 python-novaclient # Apache-2.0
16 python-openstackclient # Apache-2.0
17 python-keystoneclient!=2.1.0 # Apache-2.0
18 PyYAML # MIT
19 pyzmq # LGPL+BSD
20 requests!=2.20.0,!=2.24.0 # Apache-2.0
21 tabulate # MIT
22 Flask!=0.11 # BSD
23 fluent-logger>=0.5.3
24 netaddr # BSD
25 xtesting>=0.92.0
26 hdrhistogram>=0.8.0
27 behave>=1.2.6
28 retry>=0.9.2