Skip to content

Commit

Permalink
python311Packages.sentry-sdk: add quart optional
Browse files Browse the repository at this point in the history
and prune unused package arguments.
  • Loading branch information
mweinelt committed Jan 26, 2024
1 parent df14441 commit e5d3d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/sentry-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
, pytest-watch
, pytestCheckHook
, pythonOlder
, quart
, rq
, sanic
, setuptools
Expand Down Expand Up @@ -96,7 +97,7 @@ buildPythonPackage rec {
pure-eval
];
quart = [
# quart missing
quart
blinker
];
rq = [
Expand Down

0 comments on commit e5d3d38

Please sign in to comment.