python310Packages.flask: add key reverse dependencies
This commit is contained in:
parent
857efbb889
commit
cf927c27fc
@ -10,6 +10,11 @@
|
|||||||
, werkzeug
|
, werkzeug
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
|
# used in passthru.tests
|
||||||
|
, flask-limiter
|
||||||
|
, flask-restful
|
||||||
|
, flask-restx
|
||||||
|
, moto
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -35,6 +40,10 @@ buildPythonPackage rec {
|
|||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
inherit flask-limiter flask-restful flask-restx moto;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://flask.palletsprojects.com/";
|
homepage = "https://flask.palletsprojects.com/";
|
||||||
description = "The Python micro framework for building web applications";
|
description = "The Python micro framework for building web applications";
|
||||||
|
Loading…
Reference in New Issue
Block a user