Pin paramiko version to 1.7.5

The new paramiko version 1.13 has a higher requirement for pycrpyto
and that breaks grizzly keystoneclient

Change-Id: I3aa2f32f013e8168550e08db48e67909bbde40d7
This commit is contained in:
zhaoxinyu 2014-04-11 01:38:43 +00:00
parent 80f11cbf98
commit d8af02a286

View File

@ -4,7 +4,7 @@ flask-restful
flask-sqlalchemy
celery
netaddr
paramiko
paramiko==1.7.5
simplejson
requests
PyChef