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'):
29
29
'jedi>=0.17.2,<0.19.0' ,
30
30
'python-lsp-jsonrpc>=1.0.0' ,
31
31
'pluggy' ,
32
- 'ujson>=3.0.0'
32
+ 'ujson>=3.0.0' ,
33
+ 'setuptools>=39.0.0'
33
34
]
34
35
35
36
setup (
@@ -48,19 +49,19 @@ def get_version(module='pylsp'):
48
49
'autopep8' ,
49
50
'flake8>=3.8.0' ,
50
51
'mccabe>=0.6.0,<0.7.0' ,
51
- 'pycodestyle>=2.6.0,<2. 7.0' ,
52
+ 'pycodestyle>=2.7.0' ,
52
53
'pydocstyle>=2.0.0' ,
53
- 'pyflakes>=2.2 .0,<2.3 .0' ,
54
+ 'pyflakes>=2.3 .0,<2.4 .0' ,
54
55
'pylint>=2.5.0' ,
55
56
'rope>=0.10.5' ,
56
57
'yapf' ,
57
58
],
58
59
'autopep8' : ['autopep8' ],
59
60
'flake8' : ['flake8>=3.8.0' ],
60
61
'mccabe' : ['mccabe>=0.6.0,<0.7.0' ],
61
- 'pycodestyle' : ['pycodestyle>=2.6.0,<2. 7.0' ],
62
+ 'pycodestyle' : ['pycodestyle>=2.7.0' ],
62
63
'pydocstyle' : ['pydocstyle>=2.0.0' ],
63
- 'pyflakes' : ['pyflakes>=2.2 .0,<2.3 .0' ],
64
+ 'pyflakes' : ['pyflakes>=2.3 .0,<2.4 .0' ],
64
65
'pylint' : ['pylint>=2.5.0' ],
65
66
'rope' : ['rope>0.10.5' ],
66
67
'yapf' : ['yapf' ],
You can’t perform that action at this time.
0 commit comments