Skip to content

Commit 51920e9

Browse files
authored
update min requirement for pycryptodomex
1 parent 876cd1e commit 51920e9

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
@@ -14,7 +14,7 @@
1414
long_description = open("README.md", "r").read()
1515

1616
install_requires = [
17-
"pycryptodomex>=3.4.7,<4",
17+
"pycryptodomex>=3.8.1,<4",
1818
"requests>=2.3.0,<3",
1919
"pyjwt>=1.3.0,<1.8.0",
2020
"pytz>=2019.3",

0 commit comments

Comments
 (0)