+2
-2
pkgs/development/python-modules/flask-common/default.nix
+2
-2
pkgs/development/python-modules/flask-common/default.nix
···
1
1
{ stdenv, fetchPypi, buildPythonPackage
2
-
, crayons, flask, flask_cache, gunicorn, maya, meinheld, whitenoise }:
2
+
, crayons, flask, flask-caching, gunicorn, maya, meinheld, whitenoise }:
3
3
4
4
buildPythonPackage rec {
5
5
pname = "Flask-Common";
···
10
10
sha256 = "13d99f2dbc0a332b8bc4b2cc394d3e48f89672c266868e372cd9d7b433d921a9";
11
11
};
12
12
13
-
propagatedBuildInputs = [ crayons flask flask_cache gunicorn maya meinheld whitenoise ];
13
+
propagatedBuildInputs = [ crayons flask flask-caching gunicorn maya meinheld whitenoise ];
14
14
15
15
meta = with stdenv.lib; {
16
16
description = "Flask extension with lots of common time-savers";