|
@@ -2,6 +2,7 @@ config BR2_PACKAGE_PYTHON_UVICORN
|
|
bool "python-uvicorn"
|
|
bool "python-uvicorn"
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_CLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_H11 # runtime
|
|
select BR2_PACKAGE_PYTHON_H11 # runtime
|
|
|
|
+ select BR2_PACKAGE_PYTHON3_SSL # runtime
|
|
help
|
|
help
|
|
The lightning-fast ASGI server.
|
|
The lightning-fast ASGI server.
|
|
|
|
|