mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
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
|