mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
0bfaedca37
Flask-SQLAlchemy is a Flask microframework extension which adds support for the SQLAlchemy SQL toolkit/ORM. Signed-off-by: Adam Duskett <aduskett@gmail.com> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: fix check-package warnings.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
10 lines
335 B
Plaintext
10 lines
335 B
Plaintext
config BR2_PACKAGE_PYTHON_FLASK_SQLALCHEMY
|
|
bool "python-flask-sqlalchemy"
|
|
select BR2_PACKAGE_PYTHON_FLASK # runtime
|
|
select BR2_PACKAGE_PYTHON_SQLALCHEMY # runtime
|
|
help
|
|
Flask-SQLAlchemy is a Flask microframework extension which
|
|
adds support for the SQLAlchemy SQL toolkit/ORM.
|
|
|
|
http://github.com/mitsuhiko/flask-sqlalchemy
|