1config BR2_PACKAGE_PYTHON_UVICORN
2 bool "python-uvicorn"
3 select BR2_PACKAGE_PYTHON_CLICK # runtime
4 select BR2_PACKAGE_PYTHON_H11 # runtime
5 select BR2_PACKAGE_PYTHON3_SSL # runtime
6 help
7 The lightning-fast ASGI server.
8
9 https://www.uvicorn.org/
10