Config.in 253 B

123456789
  1. config 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. https://www.uvicorn.org/