1 { lib, buildPythonPackage, fetchPypi, flask, pytest }:
3 buildPythonPackage rec {
4 pname = "Flask-Script";
9 sha256 = "0r8w2v89nj6b9p91p495cga5m72a673l2wc0hp0zqk05j4yrc9b4";
12 propagatedBuildInputs = [ flask ];
13 checkInputs = [ pytest ];
19 homepage = "https://github.com/smurfix/flask-script";
20 description = "Scripting support for Flask";
21 license = licenses.bsd3;
22 maintainers = with maintainers; [ abbradar ];