Skip to content

Commit

Permalink
Fix pygls for 2.7 too (#13896)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Sep 12, 2020
1 parent 0c70ca8 commit 8da0b92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# If you make fixes to the fork, update the commit id here.
# Note: This pulls in Jedi too but the pypi version.
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553; python_version >= '3.6'
pygls==0.9.0; python_version >= '3.6'
# Sort Imports
isort==5.5.2; python_version >= '3.6'
# DS Python daemon
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ isort==5.5.2 ; python_version >= "3.6" # via -r requirements.in
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 ; python_version >= "3.6" # via -r requirements.in
jedi==0.17.2 # via jedi-language-server
parso==0.7.0 # via jedi
pygls==0.9.0 # via jedi-language-server
pygls==0.9.0 ; python_version >= "3.6" # via -r requirements.in, jedi-language-server
python-jsonrpc-server==0.2.0 # via -r requirements.in

0 comments on commit 8da0b92

Please sign in to comment.