Skip to content

Commit 8c4704d

Browse files
committed
set minimum required version of python-lsp-server
1 parent 8e9c28d commit 8c4704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers =
1919
python_requires = >= 3.7
2020
packages = find:
2121
install_requires =
22-
python-lsp-server
22+
python-lsp-server >=1.7.0
2323
mypy
2424
toml
2525

0 commit comments

Comments
 (0)