5.1.0 release notes
[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>=3.1.1
6
7 attrdict>=2.0.0
8 bitmath>=1.3.1.1
9 paramiko>=1.14.0
10 prettytable>=0.7.2
11 pytz>=2016.4
12 six>=1.10.0
13 python-glanceclient==2.6.0
14 python-neutronclient<3,>=2.3.6
15 python-novaclient>=2.18.1
16 python-openstackclient>=0.4.1
17 python-keystoneclient>=1.0.0
18 pyyaml>=3.11
19 pyzmq>=15.3.0
20 requests>=2.13.0
21 tabulate>=0.7.5
22 flask>=0.12
23 flask_socketio>=2.8.3
24 backports.ssl-match-hostname==3.5.0.1  # via websocket-client
25 socketIO-client==0.7.2
26 websocket-client==0.40.0  # via socketio-client
27 fluent-logger>=0.5.3