1config 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_PYDANTIC # runtime 5 select BR2_PACKAGE_PYTHON_STARLETTE # runtime 6 select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime 7 help 8 FastAPI framework, high performance, easy to learn, fast to 9 code, ready for production. 10 11 https://github.com/tiangolo/fastapi 12