c41f5e2edd
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] https://github.com/Kludex/uvicorn/commit/fe50e5d9933fc09c347b991d6376c02ada3f0f21 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/
|