Skip to content

Commit 0c6a703

Browse files
committed
pin working pathlib2 version
1 parent d47a5a6 commit 0c6a703

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ rdflib-jsonld==0.4.0
55
shellescape==3.4.1
66
schema-salad>=2.6,<3
77
typing==3.5.3
8-
pathlib2; python_version<"3"
8+
pathlib2==2.3.2; python_version<"3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
extras_require={
6161
':python_version<"3" and platform_system=="Linux"':
6262
['subprocess32 == 3.5.0rc1'],
63-
':python_version<"3"': ['pathlib2'],
63+
':python_version<"3"': ['pathlib2 == 2.3.2'],
6464
'deps': ["galaxy-lib >= 17.09.3"]
6565
},
6666
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4',

0 commit comments

Comments
 (0)