diff options
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7041a96e7..8f03c8717 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,6 +53,7 @@ pycrypto==2.6.1 pyflakes==1.0.0 pyparsing==2.1.0 pyrsistent==0.11.12 +osc-lib==1.3.0 python-cinderclient==1.9.0 python-glanceclient==2.5.0 python-heatclient==1.5.0 @@ -60,7 +61,7 @@ python-keystoneclient==3.6.0 python-mimeparse==1.5.1 python-neutronclient==6.0.0 python-novaclient==6.0.0 -python-openstackclient==3.3.0 +python-openstackclient==3.7.0 python-subunit==1.2.0 python-swiftclient==3.0.0 pytz==2015.7 @@ -86,3 +87,5 @@ docker-py==1.10.6 flasgger==0.5.13 flask-restful-swagger==0.19 SQLAlchemy==1.1.4 +zmq==0.0.0 +pika==0.10.0 |