10 buildPythonPackage rec {
11 pname = "Flask-SQLAlchemy";
15 inherit pname version;
16 sha256 = "2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912";
19 propagatedBuildInputs = [
31 "test_session_scoping_changing"
32 # https://github.com/pallets-eco/flask-sqlalchemy/issues/1084
33 "test_persist_selectable"
37 description = "SQLAlchemy extension for Flask";
38 homepage = "http://flask-sqlalchemy.pocoo.org/";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [ gerschtli ];