Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Nov 2, 2019
1 parent b4ca4f1 commit 22e73f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if sys.version_info < (2, 7, 9):
requests = "requests[security]>=2.4.1,<3"

install_requires = ["pycryptodomex==3.4.7", requests, "six>=1.8.0"]
install_requires = ["pycryptodomex>=3.4.7", requests, "six>=1.8.0"]

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

0 comments on commit 22e73f9

Please sign in to comment.