8000 Config parser only for < python 3 (#316) · llan-ml/python-lsp-server@44aa4fa · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 44aa4fa

Browse files
authored
Config parser only for < python 3 (python-lsp#316)
1 parent 50178ca commit 44aa4fa

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
@@ -32,7 +32,7 @@
3232
# requirements files see:
3333
# https://packaging.python.org/en/latest/requirements.html
3434
install_requires=[
35-
'configparser',
35+
'configparser; python_version<"3.0"',
3636
'future>=0.14.0',
3737
'futures; python_version<"3.2"',
3838
'jedi>=0.10',

0 commit comments

Comments
 (0)
0