Merge pull request #293403 from dotlambda/fakeredis-optional-deps
python311Packages.fakeredis: update optional dependencies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user