mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
11 lines
360 B
Plaintext
11 lines
360 B
Plaintext
config BR2_PACKAGE_PYTHON_AIOHTTP_SSE_CLIENT
|
|
bool "python-aiohttp-sse-client"
|
|
select BR2_PACKAGE_PYTHON_AIOHTTP # runtime
|
|
select BR2_PACKAGE_PYTHON_ATTRS # runtime
|
|
select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
|
|
select BR2_PACKAGE_PYTHON_YARL # runtime
|
|
help
|
|
Server-sent events client support for aiohttp.
|
|
|
|
https://github.com/rtfol/aiohttp-sse-client
|