Skip to content

Commit 47e9ffa

Browse files
committed
Unlimit cryptography version constraint. Fixes #177
1 parent ae625aa commit 47e9ffa

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
@@ -16,7 +16,7 @@
1616
# By default, version minimums are set to be compatible with the oldest supported Ubuntu LTS (currently 18.04).
1717
'lxml >= 4.2.1, < 5',
1818
'eight >= 0.4.2, < 2',
19-
'cryptography >= 2.1.4, < 4',
19+
'cryptography >= 2.1.4',
2020
'pyOpenSSL >= 17.5.0, < 21',
2121
'certifi >= 2018.1.18'
2222
],

0 commit comments

Comments
 (0)