Remove cryptography from requirements.txt

We are not importing it directly in the code, just as a transitive
dependency for pyOpenSSL, which is already a requirement.

Change-Id: Ia19b054564eda253dadf768557a73401ebf78e89
This commit is contained in:
Javier Pena 2017-08-29 11:05:47 +02:00
parent 40a297c9a5
commit 3fadea0a99
1 changed files with 0 additions and 1 deletions

View File

@ -2,6 +2,5 @@ pbr>=1.6 # Apache-2.0
netaddr>=0.7.6
PyYAML>=3.10
docutils>=0.11
cryptography!=1.3.0,>=1.0
pyOpenSSL>=16.2.0
netifaces