Skip to content

Commit

Permalink
Config parser only for < python 3 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn authored Mar 26, 2018
1 parent 50178ca commit 44aa4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=[
'configparser',
'configparser; python_version<"3.0"',
'future>=0.14.0',
'futures; python_version<"3.2"',
'jedi>=0.10',
Expand Down

0 comments on commit 44aa4fa

Please sign in to comment.