Skip to content

Commit c72c3ef

Browse files
author
Michael Davis
committed
Actually bump pycrpytodome
1 parent e959f84 commit c72c3ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def get_packages(package):
2525
extras_require = {
2626
'cryptography': ['cryptography'],
2727
'pycrypto': ['pycrypto >=2.6.0, <2.7.0'],
28-
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'],
2928
}
3029

3130

@@ -56,5 +55,5 @@ def get_packages(package):
5655
'Topic :: Utilities',
5756
],
5857
extras_require=extras_require,
59-
install_requires=['six <2.0', 'ecdsa <1.0', 'future <1.0', 'pycryptodome >=3.3.1, <3.4.0']
58+
install_requires=['six <2.0', 'ecdsa <1.0', 'future <1.0', 'pycryptodome >=3.3.1, <4.0.0']
6059
)

0 commit comments

Comments
 (0)