Merge pull request #293403 from dotlambda/fakeredis-optional-deps

python311Packages.fakeredis: update optional dependencies
This commit is contained in:
Robert Schütz
2024-03-10 18:16:26 +00:00
committed by GitHub
@@ -1,8 +1,8 @@
{ lib
, aioredis
, buildPythonPackage
, fetchFromGitHub
, hypothesis
, jsonpath-ng
, lupa
, poetry-core
, pybloom-live
@@ -49,8 +49,8 @@ buildPythonPackage rec {
lua = [
lupa
];
aioredis = [
aioredis
json = [
jsonpath-ng
];
bf = [
pyprobables