8000 Update setup.py · GetStream/stream-python@151bce5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 151bce5

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

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,<4", 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)
0