Skip to content

Commit a75528c

Browse files
committed
requirements: pathlib: use >=1.0.1
1 parent 3a3e491 commit a75528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'chardet>=2.3.0',
1010
'setuptools>=36.2.2', # for enhanced marker support (used below).
1111
'enum34>=1.0.4;python_version<"3.4"',
12-
'pathlib==1.0.1;python_version<"3.4"',
12+
'pathlib>=1.0.1;python_version<"3.4"',
1313
'typing>=3.6.2;python_version<"3.6"',
1414
]
1515

0 commit comments

Comments
 (0)