blob: 211f052b120f3562dd50bf63ad76221cb5d0c7b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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]
|