forked from Lainports/freebsd-ports
11 lines
456 B
TOML
11 lines
456 B
TOML
--- 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]
|