mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
253 B
Plaintext
10 lines
253 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://www.uvicorn.org/
|