Skip to content

Commit ca1fd9e

Browse files
committed
Relax dependency version range on eight
1 parent b4770bd commit ca1fd9e

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
@@ -13,7 +13,7 @@
1313
long_description=open('README.rst').read(),
1414
install_requires=[
1515
'lxml >= 4.2.1, < 5',
16-
'eight >= 0.4.2, < 1',
16+
'eight >= 0.4.2, < 2',
1717
'cryptography >= 2.1.4, < 3',
1818
'asn1crypto >= 0.24.0',
1919
'pyOpenSSL >= 17.5.0, < 20',

0 commit comments

Comments
 (0)