mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 08:42:57 +01:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
|
config BR2_PACKAGE_PYTHON_PYWEBIO
|
||
|
bool "python-pywebio"
|
||
|
select BR2_PACKAGE_PYTHON_TORNADO # runtime
|
||
|
select BR2_PACKAGE_PYTHON_USER_AGENTS # runtime
|
||
|
help
|
||
|
Write interactive web app in script way.
|
||
|
|
||
|
https://pywebio.readthedocs.io
|