mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
11 lines
293 B
TOML
11 lines
293 B
TOML
--- pyproject.toml.orig 2024-01-30 11:43:56 UTC
|
|
+++ pyproject.toml
|
|
@@ -47,7 +47,7 @@ requests = "^2"
|
|
pytz = "*"
|
|
"repoze.who" = {optional = true, version = "*"}
|
|
requests = "^2"
|
|
-xmlschema = "^2"
|
|
+xmlschema = ">=2"
|
|
"zope.interface" = {optional = true, version = "*"}
|
|
|
|
[tool.poetry.extras]
|