Skip to content

Commit 9ee5b89

Browse files
committed
try pathlib2 in py2
1 parent 22953f8 commit 9ee5b89

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

base.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ pip =
5353
[versions:python27]
5454
# Last pyrsistent version that is python 2 compatible:
5555
pyrsistent = 0.15.7
56+
pathlib2 = 2.3.6

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
# which has a Py3-only release since September 2021.
3333
install_requires.append("jsonschema < 4")
3434
install_requires.append("pyrsistent < 0.16.0")
35+
install_requires.append("pathlib2")
3536
else:
3637
install_requires.append("plone.restapi")
3738
install_requires.append("beautifulsoup4")

0 commit comments

Comments
 (0)