summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-23 15:09:33 +0000
committerGerrit Code Review <review@openstack.org>2017-05-23 15:09:33 +0000
commite1cd9a47e1db354668319dd4258b031e6577c6dc (patch)
tree9ce6aeb89ce3e1c3b9e419b7584399690be75f90 /test-requirements.txt
parente9929a3a381b07b2ecab7a6d7f9347332f9b7160 (diff)
parente23cb36ac03c5e3a368cb8c493927cf8babc8dbc (diff)
downloadkeystonemiddleware-e1cd9a47e1db354668319dd4258b031e6577c6dc.tar.gz
Merge "Replace pycrypto with cryptography"
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 872c235..8b580e5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,10 +6,10 @@ hacking<0.11,>=0.10.0
flake8-docstrings==0.2.1.post1 # MIT
coverage!=4.4,>=4.0 # Apache-2.0
+cryptography>=1.6 # BSD/Apache-2.0
docutils>=0.11 # OSI-Approved Open Source, Public Domain
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
-pycrypto>=2.6 # Public Domain
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
reno>=1.8.0 # Apache-2.0