File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ def get_version(module='pylsp'):
2929 'jedi>=0.17.2,<0.19.0' ,
3030 'python-lsp-jsonrpc>=1.0.0' ,
3131 'pluggy' ,
32- 'ujson>=3.0.0'
32+ 'ujson>=3.0.0' ,
33+ 'setuptools>=39.0.0'
3334]
3435
3536setup (
@@ -48,19 +49,19 @@ def get_version(module='pylsp'):
4849 'autopep8' ,
4950 'flake8>=3.8.0' ,
5051 'mccabe>=0.6.0,<0.7.0' ,
51- 'pycodestyle>=2.6.0,<2. 7.0' ,
52+ 'pycodestyle>=2.7.0' ,
5253 'pydocstyle>=2.0.0' ,
53- 'pyflakes>=2.2 .0,<2.3 .0' ,
54+ 'pyflakes>=2.3 .0,<2.4 .0' ,
5455 'pylint>=2.5.0' ,
5556 'rope>=0.10.5' ,
5657 'yapf' ,
5758 ],
5859 'autopep8' : ['autopep8' ],
5960 'flake8' : ['flake8>=3.8.0' ],
6061 'mccabe' : ['mccabe>=0.6.0,<0.7.0' ],
61- 'pycodestyle' : ['pycodestyle>=2.6.0,<2. 7.0' ],
62+ 'pycodestyle' : ['pycodestyle>=2.7.0' ],
6263 'pydocstyle' : ['pydocstyle>=2.0.0' ],
63- 'pyflakes' : ['pyflakes>=2.2 .0,<2.3 .0' ],
64+ 'pyflakes' : ['pyflakes>=2.3 .0,<2.4 .0' ],
6465 'pylint' : ['pylint>=2.5.0' ],
6566 'rope' : ['rope>0.10.5' ],
6667 'yapf' : ['yapf' ],
You can’t perform that action at this time.
0 commit comments