This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
PyKMIP
mirror of
https://github.com/OpenKMIP/PyKMIP.git
Watch
1
Star
0
Fork
You've already forked PyKMIP
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8db92c32b9
PyKMIP
/
requirements.txt
5 lines
52 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update requirements to match required features This change bumps the required version for cryptography to match what's currently needed by the software server. Closes #301
2017-07-07 14:24:40 +02:00
cryptography>=1.3
PyKMIP library version 0.0.1 This implementation supports version 1.1 of the KMIP spec. The library supports the following operations for SymmetricKey objects: create register get destroy
2014-08-11 22:34:30 +02:00
enum34
Adding version requirements to requirements.txt
2015-09-09 20:12:48 +02:00
six>=1.9.0
Added SQLAlchemy Code to OpaqueData Added the ORM code to be able to persist OpaqueData in a database. This added the code to the base class ManagedObject as well. Unit tests are added to demonstrate the code is working correctly.
2016-02-08 17:03:25 +01:00
sqlalchemy>=1.0