kumquat-buildroot/package/python-fastapi-sessions/Config.in
James Hilliard 607f0ecb7e package/python-fastapi-sessions: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-12-25 21:20:05 +01:00

11 lines
418 B
Plaintext

config BR2_PACKAGE_PYTHON_FASTAPI_SESSIONS
bool "python-fastapi-sessions"
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # python-pydantic -> python-pydantic-core
select BR2_PACKAGE_PYTHON_FASTAPI # runtime
select BR2_PACKAGE_PYTHON_ITSDANGEROUS # runtime
select BR2_PACKAGE_PYTHON_PYDANTIC # runtime
help
Ready-to-use session library for FastAPI.
https://github.com/jordanisaacs/fastapi-sessions