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 e15c5f6 commit 9450202Copy full SHA for 9450202
setup.py
@@ -38,7 +38,7 @@
38
'requests>=2.17.3',
39
'tabulate>=0.7.7',
40
'six>=1.10.0',
41
- 'configparser >= 0.3.5',
+ 'configparser>=0.3.5;python_version < "3.6"',
42
],
43
entry_points='''
44
[console_scripts]
0 commit comments