Skip to content

Commit b36c1d3

Browse files
committed
updated websockets lib to support python 3.7+
1 parent e572975 commit b36c1d3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ h2 = "^4.1.0" # required for httx package, HTTP2 communication
4141
# Optional dependencies
4242
pycrypto = { version = "^2.6.1", optional = true }
4343
pycryptodome = { version = "*", optional = true }
44-
websockets = "^11.0"
44+
websockets = [
45+
{ version = "^11.0", python = "~3.7" },
46+
{ version = "^12.0", python = "^3.8" }
47+
]
4548
pyee = [
4649
{ version = "^9.0.4", python = "~3.7" },
4750
{ version = "^11.1.0", python = "^3.8" }

0 commit comments

Comments
 (0)