Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit bbf0e33

Browse files
committed
Remove M2Crypto version restriction from setup.py
Fix #70
1 parent d9b94b2 commit bbf0e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup
1616

1717
# Figure out if the system already has a supported Crypto library
18-
rsa_signer_library = 'M2Crypto>=0.21.1,<=0.26.4'
18+
rsa_signer_library = 'M2Crypto'
1919
try:
2020
import rsa
2121

0 commit comments

Comments
 (0)