8000 Fix pygls for 2.7 too (#13896) · microsoft/vscode-python@8da0b92 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8da0b92

Browse files
authored
Fix pygls for 2.7 too (#13896)
1 parent 0c70ca8 commit 8da0b92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# If you make fixes to the fork, update the commit id here.
88
# Note: This pulls in Jedi too but the pypi version.
99
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553; python_version >= '3.6'
10+
pygls==0.9.0; python_version >= '3.6'
1011
# Sort Imports
1112
isort==5.5.2; python_version >= '3.6'
1213
# DS Python daemon

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ isort==5.5.2 ; python_version >= "3.6" # via -r requirements.in
1010
git+git://github.com/vscode-python/jedi-language-server@42823a2598d4b6369e9273c5ad237a48c5d67553 ; python_version >= "3.6" # via -r requirements.in
1111
jedi==0.17.2 # via jedi-language-server
1212
parso==0.7.0 # via jedi
13-
pygls==0.9.0 # via jedi-language-server
13+
pygls==0.9.0 ; python_version >= "3.6" # via -r requirements.in, jedi-language-server
1414
python-jsonrpc-server==0.2.0 # via -r requirements.in

0 commit comments

Comments
 (0)
0