Skip to content

Commit e30346b

Browse files
committed
Added h2 package as a dependency to httpx
1 parent 73ac055 commit e30346b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ python = "^3.7"
3333
methoddispatch = "^3.0.2"
3434
msgpack = "^1.0.0"
3535
httpx = ">= 0.24.1, < 1.0"
36+
h2 = "^4.1.0" # required for httx package, HTTP2 communication
3637
websockets = ">= 10.0, < 13.0"
3738
pyee = ">= 9.0.4, < 12.0"
3839

0 commit comments

Comments
 (0)