kumquat-buildroot/package/python-fastapi/Config.in
Marcus Hoffmann 683c81a04c package/python-fastapi: bump to 0.109.2
Drop no longer required dependency on python-anyio. Note that
python-starlette still depends on anyio, but there's no direct
dependency from fastapi any more.

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-02-06 12:04:11 +01:00

12 lines
443 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_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