blob: 533df522fd26dbae8d992ade9ef6a0c609c4617e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- pyproject.toml.orig 2024-05-12 23:16:32 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 }
[tool.poetry.extras]
|