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 1b695ee commit fbb577aCopy full SHA for fbb577a
setup.py
@@ -31,7 +31,7 @@
31
install_requires = [
32
'pycurl',
33
'pyparsing<2.4.2;python_version<="3.4"',
34
- 'pyparsing>=2.4*;python_version>="3.5"',
+ 'pyparsing>=2.4.2;python_version>="3.5"',
35
'six',
36
'configparser;python_version<"3.5"',
37
'chardet',
0 commit comments