mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-04-08 19:25:06 +02:00
Update requirements and pin cryptography at 1.4+
This change updates requirements, pinning cryptography>=1.4. This is due to the use of kbkdf in the server's cryptography engine, which was not introduced until cryptography 1.4. Fixes #525
This commit is contained in:
parent
b68312119f
commit
44cd81d6d1
@ -1,4 +1,4 @@
|
||||
cryptography>=1.3
|
||||
cryptography>=1.4
|
||||
enum34
|
||||
requests
|
||||
six>=1.11.0
|
||||
|
1
setup.py
1
setup.py
@ -44,6 +44,7 @@ setuptools.setup(
|
||||
install_requires=[
|
||||
"cryptography",
|
||||
"enum34",
|
||||
"requests",
|
||||
"six",
|
||||
"sqlalchemy"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user