mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Drop pydantic/tomli-w runtime dependencies, add anyio runtime dependency. Migrate from poetry to pdm-backend. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
config BR2_PACKAGE_PYTHON_AERICH
|
|
bool "python-aerich"
|
|
select BR2_PACKAGE_PYTHON_ANYIO # runtime
|
|
select BR2_PACKAGE_PYTHON_ASYNCCLICK # runtime
|
|
select BR2_PACKAGE_PYTHON_DICTDIFFER # runtime
|
|
select BR2_PACKAGE_PYTHON_TORTOISE_ORM # runtime
|
|
help
|
|
A database migrations tool for Tortoise ORM.
|
|
|
|
https://github.com/tortoise/aerich
|