Remove websockets from mandatory dependencies

This commit is contained in:
Tony Garnock-Jones 2024-03-29 12:44:47 +01:00
parent f73d59b526
commit d8af496d4e
1 changed files with 2 additions and 1 deletions

View File

@ -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",
]