diff options
Diffstat (limited to 'databases/py-fakeredis/files/patch-pyproject.toml')
-rw-r--r-- | databases/py-fakeredis/files/patch-pyproject.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/py-fakeredis/files/patch-pyproject.toml b/databases/py-fakeredis/files/patch-pyproject.toml index 533df522fd26..696859714892 100644 --- a/databases/py-fakeredis/files/patch-pyproject.toml +++ b/databases/py-fakeredis/files/patch-pyproject.toml @@ -1,11 +1,11 @@ ---- pyproject.toml.orig 2024-05-12 23:16:32 UTC +--- pyproject.toml.orig 2020-02-02 00:00:00 UTC +++ pyproject.toml -@@ -47,7 +47,7 @@ lupa = { version = ">=2.1,<3.0", optional = true } - sortedcontainers = "^2" - typing_extensions = { version = "^4.7", python = "<3.11" } - lupa = { version = ">=2.1,<3.0", optional = true } --jsonpath-ng = { version = "^1.6", optional = true } -+jsonpath-ng = { version = "^1.5", optional = true } - pyprobables = { version = "^0.6", optional = true } +@@ -48,7 +48,7 @@ lua = ["lupa>=2.1,<3.0"] - [tool.poetry.extras] + [project.optional-dependencies] + lua = ["lupa>=2.1,<3.0"] +-json = ["jsonpath-ng~=1.6"] ++json = ["jsonpath-ng~=1.5"] + bf = ["pyprobables>=0.6"] + cf = ["pyprobables>=0.6"] + probabilistic = ["pyprobables>=0.6"] |