blob: f1dd5e35eecfeb8f0ed777a79055bb07f9347239 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- pyproject.toml.orig 2025-02-10 21:49:33 UTC
+++ pyproject.toml
@@ -42,12 +42,12 @@ paste = {optional = true, version = "*"}
importlib-metadata = {version = ">=1.7.0", python = "<3.8"}
importlib-resources = {python = "<3.9", version = "*"}
paste = {optional = true, version = "*"}
-pyopenssl = "<24.3.0"
+pyopenssl = "*"
python-dateutil = "*"
pytz = "*"
"repoze.who" = {optional = true, version = "*"}
requests = "^2"
-xmlschema = "^2"
+xmlschema = ">=2"
"zope.interface" = {optional = true, version = "*"}
[tool.poetry.extras]
|