kumquat-buildroot/package/python-alembic/Config.in
James Hilliard fa51f4ac41 package/python-alembic: bump to version 1.13.1
Add new runtime dependencies:
 - python-sqlalchemy
 - python-mako
 - python-typing-extensions

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-02-05 14:28:12 +01:00

11 lines
324 B
Plaintext

config BR2_PACKAGE_PYTHON_ALEMBIC
bool "python-alembic"
select BR2_PACKAGE_PYTHON_MAKO # runtime
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
help
Alembic is a database migrations tool written by the author
of SQLAlchemy.
https://alembic.sqlalchemy.org