Skip to content

Commit

Permalink
feat: update dependencies to latest(ish)
Browse files Browse the repository at this point in the history
Websockets isn't at latest to help with downstream dependency resolution
  • Loading branch information
tombh committed Nov 30, 2023
1 parent 05769c5 commit 7aeca69
Show file tree
Hide file tree
Showing 4 changed files with 397 additions and 491 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ htmlcov/
.tox/
.coverage
.coverage.*
cov.pth
.cache
nosetests.xml
coverage.xml
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ There are also other Language Servers with "general" in their descriptons, or at
* https://github.com/jose-elias-alvarez/null-ls.nvim (Neovim only)

## Tests
All Pygls sub-tasks require the Poetry `poe` plugin: https://github.com/nat-n/poethepoet

* `poetry install --all-extras`
* `poetry run test`
* `poetry run test-pyodide`
* `poetry run poe test`
* `poetry run poe test-pyodide`


## Contributing
Expand Down
Loading

0 comments on commit 7aeca69

Please sign in to comment.