1 { lib, fetchPypi, buildPythonPackage
2 , crayons, flask, flask-caching, gunicorn, maya, meinheld, whitenoise }:
4 buildPythonPackage rec {
5 pname = "Flask-Common";
10 sha256 = "13d99f2dbc0a332b8bc4b2cc394d3e48f89672c266868e372cd9d7b433d921a9";
13 propagatedBuildInputs = [ crayons flask flask-caching gunicorn maya meinheld whitenoise ];
16 description = "Flask extension with lots of common time-savers";
17 homepage = "https://github.com/kennethreitz/flask-common";
18 license = licenses.asl20; # XXX: setup.py lists BSD but git repo has Apache 2.0 LICENSE