Supposedly fix the zope.interface problem

This commit is contained in:
Joe Banks
2025-09-24 20:52:01 +01:00
parent b022a0541e
commit 68b28a6df2
2 changed files with 641 additions and 691 deletions

12
Pipfile
View File

@@ -66,7 +66,6 @@ zipp = "~=3.4.0"
"zope.deprecation" = "~=4.4.0" "zope.deprecation" = "~=4.4.0"
"zope.event" = "~=4.5.0" "zope.event" = "~=4.5.0"
"zope.hookable" = "~=5.0.1" "zope.hookable" = "~=5.0.1"
"zope.interface" = "~=5.2.0"
"zope.proxy" = "~=4.3.5" "zope.proxy" = "~=4.3.5"
"zope.schema" = "~=6.0.1" "zope.schema" = "~=6.0.1"
sentry-sdk = "*" sentry-sdk = "*"
@@ -80,6 +79,7 @@ pikepdf = "*"
django-queryable-properties = "*" django-queryable-properties = "*"
django-mass-edit = "*" django-mass-edit = "*"
selenium = "~=4.9.1" selenium = "~=4.9.1"
"zope.interface" = "*"
[dev-packages] [dev-packages]
pycodestyle = "~=2.9.1" pycodestyle = "~=2.9.1"
@@ -91,14 +91,8 @@ pluggy = "*"
pytest-splinter = "*" pytest-splinter = "*"
pytest = "*" pytest = "*"
pytest-reverse = "*" pytest-reverse = "*"
pytest-xdist = {extras = [ "psutil",], version = "*"}
PyPOM = {extras = [ "splinter",], version = "*"}
[requires] [requires]
python_version = "3.10" python_version = "3.10"
[dev-packages.pytest-xdist]
extras = [ "psutil",]
version = "*"
[dev-packages.PyPOM]
extras = [ "splinter",]
version = "*"

1320
Pipfile.lock generated

File diff suppressed because it is too large Load Diff