kumquat-buildroot/package/python-fastapi/Config.in
James Hilliard da1f15dbca package/python-fastapi: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Reviewed-by: Marcus Hoffmann <marcus.hoffmann@othermo.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-12-25 21:13:04 +01:00

13 lines
486 B
Plaintext

config BR2_PACKAGE_PYTHON_FASTAPI
bool "python-fastapi"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_ANYIO # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
select BR2_PACKAGE_PYTHON_STARLETTE # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
FastAPI framework, high performance, easy to learn, fast to
code, ready for production.
https://github.com/tiangolo/fastapi