
[all]
zstandard>=0.18.0
PySocks!=1.5.7,<2.0,>=1.5.6
h2<5,>=4
aioquic>=0.9.20
ifaddr>=0.1.7
msgpack>=1.0.4
cbor2>=5.4.6
cryptography>=38.0.0

[all:platform_python_implementation != "CPython"]
brotlicffi>=0.8.0

[all:platform_python_implementation == "CPython"]
brotli>=1.0.9

[async]
anyio>=3.0.0

[brotli]

[brotli:platform_python_implementation != "CPython"]
brotlicffi>=0.8.0

[brotli:platform_python_implementation == "CPython"]
brotli>=1.0.9

[http2]
h2<5,>=4

[http3]
aioquic>=0.9.20
ifaddr>=0.1.7

[security]
cryptography>=38.0.0

[socks]
PySocks!=1.5.7,<2.0,>=1.5.6

[websocket]
idna>=2.0.0
msgpack>=1.0.4
cbor2>=5.4.6

[zstd]
zstandard>=0.18.0
