python310Packages.httpbin: fix dependencies
This commit is contained in:
parent
989872eb44
commit
2d25c8e449
1 changed files with 5 additions and 3 deletions
|
@ -11,6 +11,7 @@
|
||||||
, raven
|
, raven
|
||||||
, six
|
, six
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, werkzeug
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -34,14 +35,15 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
brotlipy
|
brotlipy
|
||||||
|
decorator
|
||||||
flask
|
flask
|
||||||
flask-limiter
|
flask-limiter
|
||||||
markupsafe
|
|
||||||
decorator
|
|
||||||
itsdangerous
|
itsdangerous
|
||||||
|
markupsafe
|
||||||
raven
|
raven
|
||||||
six
|
six
|
||||||
];
|
werkzeug
|
||||||
|
] ++ raven.optional-dependencies.flask;
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
|
Loading…
Reference in a new issue