Skip to content

Commit ce04e49

Browse files
committed
spdyder compatibility
1 parent 1f44f19 commit ce04e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
python-language-server
1+
python-language-server<="0.32.0"
22
mypy
33
python_version>="3.2"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers =
2222
python_requires = >= 3.2
2323
packages = find:
2424
install_requires =
25-
python-language-server
25+
python-language-server = <= 0.32.0
2626
mypy
2727

2828

0 commit comments

Comments
 (0)