Files
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