Files
buildroot/package/python-tortoise-orm/Config.in
James Hilliard c689272296 package/python-tortoise-orm: bump to version 0.25.3
Migrate from poetry to pdm pep517 build backend.

Add new python-anyio runtime dependency.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2025-12-30 13:44:14 +01:00

12 lines
408 B
Plaintext

config BR2_PACKAGE_PYTHON_TORTOISE_ORM
bool "python-tortoise-orm"
select BR2_PACKAGE_PYTHON_AIOSQLITE # runtime
select BR2_PACKAGE_PYTHON_ANYIO # runtime
select BR2_PACKAGE_PYTHON_ISO8601 # runtime
select BR2_PACKAGE_PYTHON_PYPIKA_TORTOISE # runtime
select BR2_PACKAGE_PYTHON_PYTZ # runtime
help
Easy async ORM for python, built with relations in mind.
https://github.com/tortoise/tortoise-orm