Add PyKMIP to requirements

Add PyKMIP library as a requirement to support the SecretStore KMIP
plugin backend.

Change-Id: I5e647f0a7bf5d034e7d8a6278a2157af2248f766
This commit is contained in:
Kaitlin Farr
2014-11-20 13:12:44 -05:00
parent c4712204ed
commit fc78048499

View File

@@ -6,6 +6,7 @@ discover
hacking>=0.9.2,<0.10
mock>=1.0
oslotest>=1.2.0 # Apache-2.0
pykmip>=0.1.0 # Apache 2.0
testrepository>=0.0.18
testtools>=0.9.36,!=1.2.0
fixtures>=0.3.14