mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
License hash changed due to adding new author name in [1].
Website changed to https://uvicorn.dev/.
Release Notes: https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md#0370-september-23-2025
[1] fe50e5d993
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
config BR2_PACKAGE_PYTHON_UVICORN
|
|
bool "python-uvicorn"
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_H11 # runtime
|
|
select BR2_PACKAGE_PYTHON3_SSL # runtime
|
|
help
|
|
The lightning-fast ASGI server.
|
|
|
|
https://uvicorn.dev/
|