python310Packages.httpbin: fix dependencies

main
Sandro Jäckel 2 years ago committed by Jonathan Ringer
parent 989872eb44
commit 2d25c8e449
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 8
      pkgs/development/python-modules/httpbin/default.nix

@ -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

Loading…
Cancel
Save