Config.in 486 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_FASTAPI
  2. bool "python-fastapi"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
  4. select BR2_PACKAGE_PYTHON_ANYIO # runtime
  5. select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
  6. select BR2_PACKAGE_PYTHON_STARLETTE # runtime
  7. select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
  8. help
  9. FastAPI framework, high performance, easy to learn, fast to
  10. code, ready for production.
  11. https://github.com/tiangolo/fastapi