mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-16 21:12:13 +00:00
Supposedly fix the zope.interface problem
This commit is contained in:
12
Pipfile
12
Pipfile
@@ -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
1320
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user