summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-08-01 14:21:02 +0300
committerGitHub <noreply@github.com>2018-08-01 14:21:02 +0300
commitf06a32753dded1551a3cdb2c6d09bf2dbeae97fa (patch)
treee7af06060c812a55e3e053ee68279465c4468f81
parent204a2c571958af721068d85fdf72892d2a76ad0b (diff)
parent73d3f712b77f3810645d941fd762e60d9a3a3339 (diff)
downloadpysaml2-f06a32753dded1551a3cdb2c6d09bf2dbeae97fa.tar.gz
Merge pull request #525 from AmbientLighter/patch-1
Specify minimal version for cryptography package Reference: https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey.sign
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 82b6ed89..24b1f0da 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -48,7 +48,7 @@ scripts =
tools/merge_metadata.py
tools/parse_xsd2.py
install_requires =
- cryptography
+ cryptography >= 1.4
defusedxml
future
pyOpenSSL