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 3a3e491 commit a75528cCopy full SHA for a75528c
setup.py
@@ -9,7 +9,7 @@
9
'chardet>=2.3.0',
10
'setuptools>=36.2.2', # for enhanced marker support (used below).
11
'enum34>=1.0.4;python_version<"3.4"',
12
- 'pathlib==1.0.1;python_version<"3.4"',
+ 'pathlib>=1.0.1;python_version<"3.4"',
13
'typing>=3.6.2;python_version<"3.6"',
14
]
15
0 commit comments