mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-27 13:02:10 +00:00
python-flask-sqlalchemy: new package
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
133a0a3b9e
commit
0bfaedca37
9
package/python-flask-sqlalchemy/Config.in
Normal file
9
package/python-flask-sqlalchemy/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user