diff options
author | ahothan <ahothan@cisco.com> | 2017-07-28 17:08:46 -0700 |
---|---|---|
committer | ahothan <ahothan@cisco.com> | 2017-07-31 12:34:00 -0700 |
commit | 04a7de082bd221eae3c7004f4e0b99dfa4f8be91 (patch) | |
tree | c9fb7beaedc80479772ba24c3b47c85d49c22f76 /requirements.txt | |
parent | b8f02ed4e72399840a93aceb02b8c53831bbe68a (diff) |
Initial code drop from Cisco1.0.0
Change-Id: Ie2993886dc8e95c5f73ccdb871add8b96ffcc849
Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2bb548d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,26 @@ +# 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>=1.10.0,<2.0 + +attrdict>=2.0.0 +bitmath>=1.3.1.1 +paramiko>=1.14.0 +prettytable>=0.7.2 +pytz>=2016.4 +six>=1.10.0 +python-glanceclient==2.6.0 +python-neutronclient<3,>=2.3.6 +python-novaclient>=2.18.1 +python-openstackclient>=0.4.1 +python-keystoneclient>=1.0.0 +pyyaml>=3.11 +pyzmq>=15.3.0 +requests>=2.13.0 +tabulate>=0.7.5 +flask>=0.12 +flask_socketio>=2.8.3 +backports.ssl-match-hostname==3.5.0.1 # via websocket-client +socketIO-client==0.7.2 +websocket-client==0.40.0 # via socketio-client |