From aee5db80d3a2e76789f240d5b8b070998e0b631b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Andr=C3=A9s=20Margffoy=20Tuay?= Date: Wed, 4 Sep 2019 16:27:05 -0500 Subject: [PATCH] Increase pyls version in requirements --- README.md | 2 +- requirements/conda.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a79c042acae..dbaf4914818 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ a Python version equal or greater than 3.5 or 2.7. * **Python** 3.5+ or 2.7: The core language Spyder is written in and for. * **PyQt5** 5.6+: Python bindings for Qt, used for Spyder's GUI. * **qtconsole** 4.5.0+: Enhanced Python interpreter. -* **Python-language-server**: Editor code completion, calltips +* **Python-language-server** 0.28.3: Editor code completion, calltips go-to-definition and real-time code analysis * **Sphinx**: Rich text mode for the Help pane. * **Pygments** 2.0+: Syntax highlighting for all file types it supports. diff --git a/requirements/conda.txt b/requirements/conda.txt index 316d7fdc2b0..0bace0947a0 100644 --- a/requirements/conda.txt +++ b/requirements/conda.txt @@ -11,7 +11,7 @@ psutil pygments >=2.0 pylint pyqt <5.13 -python-language-server >=0.27.0 +python-language-server >=0.28.3 pyxdg pyzmq qdarkstyle >=2.7 diff --git a/setup.py b/setup.py index c83d81fc368..2c1c29548ce 100644 --- a/setup.py +++ b/setup.py @@ -228,7 +228,7 @@ def run(self): # pyqtwebengine module 'pyqtwebengine<5.13;python_version>="3"', # Pyls with all its dependencies - 'python-language-server[all]>=0.27.0', + 'python-language-server[all]>=0.28.3', # Required to get SSH connections to remote kernels 'pexpect', 'paramiko;platform_system=="Windows"',