Skip to content

Commit 22e73f9

Browse files
authored
Update setup.py
1 parent b4ca4f1 commit 22e73f9

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
if sys.version_info < (2, 7, 9):
1717
requests = "requests[security]>=2.4.1,<3"
1818

19-
install_requires = ["pycryptodomex==3.4.7", requests, "six>=1.8.0"]
19+
install_requires = ["pycryptodomex>=3.4.7", requests, "six>=1.8.0"]
2020

2121
if sys.version_info < (2, 7, 0):
2222
install_requires.append("pyOpenSSL<18.0.0")

0 commit comments

Comments
 (0)