Comment 2 for bug 1495547

Revision history for this message
Matt Riedemann (mriedem) wrote :

mriedem@ubuntu:~$ source git/nova/.tox/py27/bin/activate
(py27)mriedem@ubuntu:~$ pip show cryptography
You are using pip version 7.0.3, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
---
Metadata-Version: 2.0
Name: cryptography
Version: 1.0.1
Summary: cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Home-page: https://github.com/pyca/cryptography
Author: The cryptography developers
Author-email: <email address hidden>
License: BSD or Apache License, Version 2.0
Location: /home/mriedem/git/nova/.tox/py27/lib/python2.7/site-packages
Requires: setuptools, enum34, ipaddress, pyasn1, six, idna, cffi
(py27)mriedem@ubuntu:~$
(py27)mriedem@ubuntu:~$
(py27)mriedem@ubuntu:~$ pip show paramiko
You are using pip version 7.0.3, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
---
Metadata-Version: 2.0
Name: paramiko
Version: 1.15.2
Summary: SSH2 protocol library
Home-page: https://github.com/paramiko/paramiko/
Author: Jeff Forcier
Author-email: <email address hidden>
License: LGPL
Location: /home/mriedem/git/nova/.tox/py27/lib/python2.7/site-packages
Requires: ecdsa, pycrypto
(py27)mriedem@ubuntu:~$