Skip to content

Commit f06a327

Browse files
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
2 parents 204a2c5 + 73d3f71 commit f06a327

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)