We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22953f8 commit 9ee5b89Copy full SHA for 9ee5b89
base.cfg
@@ -53,3 +53,4 @@ pip =
53
[versions:python27]
54
# Last pyrsistent version that is python 2 compatible:
55
pyrsistent = 0.15.7
56
+pathlib2 = 2.3.6
setup.py
@@ -32,6 +32,7 @@
32
# which has a Py3-only release since September 2021.
33
install_requires.append("jsonschema < 4")
34
install_requires.append("pyrsistent < 0.16.0")
35
+ install_requires.append("pathlib2")
36
else:
37
install_requires.append("plone.restapi")
38
install_requires.append("beautifulsoup4")
0 commit comments