File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
python_files/jedilsp_requirements Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22# To update requirements.txt, run the following commands.
33# Use Python 3.8 when creating the environment or using pip-tools
44# 1) Install `uv` https://docs.astral.sh/uv/getting-started/installation/
5- # 2) uv pip compile --generate-hashes --upgrade python_files\jedilsp_requirements\requirements.in > python_files\jedilsp_requirements\requirements.txt
5+ # 2) uv pip compile --generate-hashes --upgrade python_files\jedilsp_requirements\requirements.in -o python_files\jedilsp_requirements\requirements.txt
66
77jedi-language-server>=0.34.3
88pygls>=0.10.3
Original file line number Diff line number Diff line change 11# This file is used to generate requirements.txt.
22# To update requirements.txt, run the following commands.
33# 1) Install `uv` https://docs.astral.sh/uv/getting-started/installation/
4- # 2) uv pip compile --generate-hashes --upgrade requirements.in > requirements.txt
4+ # 2) uv pip compile --generate-hashes --upgrade requirements.in -o requirements.txt
55
66# Unittest test adapter
77typing-extensions==4.13.2
You can’t perform that action at this time.
0 commit comments