From d8af496d4ec0ebf0f581e8e22dc9fdf2681bfdd0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 29 Mar 2024 12:44:47 +0100 Subject: [PATCH] Remove websockets from mandatory dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8127c35..a5002ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,9 @@ classifiers = [ "Programming Language :: Python :: 3", ] +# "websockets" isn't listed here, but if you want to use relay.WebsocketTunnelRelay, +# you will need it. dependencies = [ - "websockets", "preserves", ]