Skip to content

Commit 68b28a6

Browse files
committed
Supposedly fix the zope.interface problem
1 parent b022a05 commit 68b28a6

File tree

2 files changed

+641
-691
lines changed

2 files changed

+641
-691
lines changed

Pipfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ zipp = "~=3.4.0"
6666
"zope.deprecation" = "~=4.4.0"
6767
"zope.event" = "~=4.5.0"
6868
"zope.hookable" = "~=5.0.1"
69-
"zope.interface" = "~=5.2.0"
7069
"zope.proxy" = "~=4.3.5"
7170
"zope.schema" = "~=6.0.1"
7271
sentry-sdk = "*"
@@ -80,6 +79,7 @@ pikepdf = "*"
8079
django-queryable-properties = "*"
8180
django-mass-edit = "*"
8281
selenium = "~=4.9.1"
82+
"zope.interface" = "*"
8383

8484
[dev-packages]
8585
pycodestyle = "~=2.9.1"
@@ -91,14 +91,8 @@ pluggy = "*"
9191
pytest-splinter = "*"
9292
pytest = "*"
9393
pytest-reverse = "*"
94+
pytest-xdist = {extras = [ "psutil",], version = "*"}
95+
PyPOM = {extras = [ "splinter",], version = "*"}
9496

9597
[requires]
9698
python_version = "3.10"
97-
98-
[dev-packages.pytest-xdist]
99-
extras = [ "psutil",]
100-
version = "*"
101-
102-
[dev-packages.PyPOM]
103-
extras = [ "splinter",]
104-
version = "*"

0 commit comments

Comments
 (0)