Skip to content

Commit 73d3f71

Browse files
Specify minimal version for cryptography package
Otherwise if pysaml is installed with an older release of cryptography package it would fail with AttributeError: '_RSAPrivateKey' object has no attribute 'sign'
1 parent 204a2c5 commit 73d3f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ scripts =
4848
tools/merge_metadata.py
4949
tools/parse_xsd2.py
5050
install_requires =
51-
cryptography
51+
cryptography >= 1.4
5252
defusedxml
5353
future
5454
pyOpenSSL

0 commit comments

Comments
 (0)