python310Packages.httpbin: fix dependencies
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
, raven
|
||||
, six
|
||||
, pytestCheckHook
|
||||
, werkzeug
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -34,14 +35,15 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
brotlipy
|
||||
decorator
|
||||
flask
|
||||
flask-limiter
|
||||
markupsafe
|
||||
decorator
|
||||
itsdangerous
|
||||
markupsafe
|
||||
raven
|
||||
six
|
||||
];
|
||||
werkzeug
|
||||
] ++ raven.optional-dependencies.flask;
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user