Skip to content

Commit

Permalink
⬆️ Upgrade tree-sitter-lsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Feb 15, 2024
1 parent 338192e commit 1d47231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
[build-system]
requires = [
"setuptools_scm[toml] >= 6.2",
"setuptools-generate >= 0.0.6",
"platformdirs",
]
requires = ["setuptools_scm[toml] >= 6.2", "setuptools-generate >= 0.0.6"]
build-backend = "setuptools.build_meta"

# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env -S pip install -r

platformdirs
pygls
# UNI.get_uri()
tree-sitter-lsp >= 0.0.11
# ErrorFinder
tree-sitter-lsp >= 0.0.13
tree-sitter-zathurarc >= 0.0.3
# https://python-jsonschema.readthedocs.io/en/stable/validate/#validating-formats
# validate color
webcolors

0 comments on commit 1d47231

Please sign in to comment.