buildroot/package/python-trio-websocket/Config.in

10 lines
299 B
Plaintext
Raw Normal View History

2024-02-18 09:22:07 +08:00
config BR2_PACKAGE_PYTHON_TRIO_WEBSOCKET
bool "python-trio-websocket"
select BR2_PACKAGE_PYTHON_ASYNC_GENERATOR # runtime
select BR2_PACKAGE_PYTHON_TRIO # runtime
select BR2_PACKAGE_PYTHON_WSPROTO # runtime
help
WebSocket library for Trio.
https://github.com/HyperionGray/trio-websocket