We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c4c30 commit 6b0275bCopy full SHA for 6b0275b
pyproject.toml
@@ -26,7 +26,7 @@ include = [
26
27
[tool.poetry.dependencies]
28
python = "^3.6"
29
-websocket-client = "1.2.3"
+websocket-client = "1.*"
30
requests = "*"
31
32
[tool.poetry.dev-dependencies]
requirements.txt
@@ -1,2 +1,2 @@
1
-websocket-client==1.2.3
+websocket-client >= 1.2.3
2
requests
0 commit comments