8000 update install requires (#276) · python-lsp/python-lsp-server@36e57d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36e57d5

Browse files
ferozcogatesn
authored andcommitted
update install requires (#276)
1 parent 0519ec8 commit 36e57d5

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
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'configparser',
3636
'future>=0.14.0',
37-
'futures; python_version == "2.7"',
37+
'futures; python_version<"3.2"',
3838
'jedi>=0.10',
3939
'json-rpc==1.10.8',
4040
'mccabe',

0 commit comments

Comments
 (0)
0