Skip to content

Commit 4114b34

Browse files
author
Michael Davis
committed
Bump pycrpytodome version
1 parent e2388af commit 4114b34

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
@@ -25,7 +25,7 @@ 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, <3.4.0'],
28+
'pycryptodome': ['pycryptodome >=3.3.1, <4.0.0'],
2929
}
3030

3131

0 commit comments

Comments
 (0)