Skip to content

Commit

Permalink
Merge pull request #12 from hangyav/dependabot/pip/python-packages-64…
Browse files Browse the repository at this point in the history
…53d8929a

Bump the python-packages group with 3 updates
  • Loading branch information
hangyav committed Dec 18, 2023
2 parents e024349 + d8bf6c2 commit 004d48b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ def read(fname):
'console_scripts': ['textlsp=textLSP.cli:main'],
},
install_requires=[
'pygls==1.2.0',
'pygls==1.2.1',
'lsprotocol==2023.0.0',
'language-tool-python==2.7.1',
'tree_sitter==0.20.4',
'gitpython==3.1.40',
'appdirs==1.4.4',
'torch==2.1.1',
'openai==1.3.5',
'transformers==4.35.2',
'openai==1.3.8',
'transformers==4.36.0',
'sortedcontainers==2.4.0',
],
extras_require={
Expand Down

0 comments on commit 004d48b

Please sign in to comment.