2
0
mirror of https://github.com/openkmip/pykmip synced 2025-12-15 07:43:26 +00: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:
Peter Hamilton
2019-04-15 14:44:35 -04:00
committed by Peter Hamilton
parent b68312119f
commit 44cd81d6d1
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ setuptools.setup(
install_requires=[
"cryptography",
"enum34",
"requests",
"six",
"sqlalchemy"
],