Skip to content

Commit

Permalink
Increase pyls version in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Sep 4, 2019
1 parent 1c0c2e7 commit 6b26071
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion requirements/conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
Expand Down

0 comments on commit 6b26071

Please sign in to comment.