Skip to content

Commit 72b3c85

Browse files
committed
fix requierment
1 parent 5829481 commit 72b3c85

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ certifi==2024.12.14 ; python_version >= "3.10" and python_version < "4.0"
1616
cffi==1.17.1 ; python_version >= "3.10" and python_version < "4.0"
1717
charset-normalizer==3.4.1 ; python_version >= "3.10" and python_version < "4.0"
1818
click==8.1.8 ; python_version >= "3.10" and python_version < "4.0"
19-
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.10" and python_version < "4.0" and platform_system == "Windows"
19+
colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows")
2020
comm==0.2.2 ; python_version >= "3.10" and python_version < "4.0"
2121
ct3==3.4.0 ; python_version >= "3.10" and python_version < "4.0"
2222
debugpy==1.8.12 ; python_version >= "3.10" and python_version < "4.0"
2323
decorator==5.1.1 ; python_version >= "3.10" and python_version < "4.0"
2424
distro==1.9.0 ; python_version >= "3.10" and python_version < "4.0"
2525
docstring-to-markdown==0.15 ; python_version >= "3.10" and python_version < "4.0"
26-
exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11"
26+
exceptiongroup==1.2.2 ; python_version == "3.10"
2727
executing==2.2.0 ; python_version >= "3.10" and python_version < "4.0"
2828
falkordb==1.0.10 ; python_version >= "3.10" and python_version < "4.0"
2929
filelock==3.17.0 ; python_version >= "3.10" and python_version < "4.0"
@@ -55,18 +55,18 @@ lsprotocol==2023.0.1 ; python_version >= "3.10" and python_version < "4.0"
5555
markupsafe==3.0.2 ; python_version >= "3.10" and python_version < "4.0"
5656
matplotlib-inline==0.1.7 ; python_version >= "3.10" and python_version < "4.0"
5757
multidict==6.1.0 ; python_version >= "3.10" and python_version < "4.0"
58-
multilspy @ git+https://github.com/AviAvni/multilspy.git@77249c40e62be7fdb7afc62b3985dff686b6c7c3 ; python_version >= "3.10" and python_version < "4.0"
58+
multilspy @ git+https://github.com/AviAvni/multilspy.git@5206eeb675a3a07971b829a400024e4846dc0856 ; python_version >= "3.10" and python_version < "4.0"
5959
nest-asyncio==1.6.0 ; python_version >= "3.10" and python_version < "4.0"
6060
ollama==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
6161
openai==1.60.2 ; python_version >= "3.10" and python_version < "4.0"
6262
packaging==24.2 ; python_version >= "3.10" and python_version < "4.0"
6363
parso==0.8.4 ; python_version >= "3.10" and python_version < "4.0"
64-
pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten")
64+
pexpect==4.9.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
6565
platformdirs==4.3.6 ; python_version >= "3.10" and python_version < "4.0"
6666
prompt-toolkit==3.0.50 ; python_version >= "3.10" and python_version < "4.0"
6767
propcache==0.2.1 ; python_version >= "3.10" and python_version < "4.0"
6868
psutil==6.1.1 ; python_version >= "3.10" and python_version < "4.0"
69-
ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform != "win32" and sys_platform != "emscripten")
69+
ptyprocess==0.7.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
7070
pure-eval==0.2.3 ; python_version >= "3.10" and python_version < "4.0"
7171
pycparser==2.22 ; python_version >= "3.10" and python_version < "4.0"
7272
pydantic-core==2.27.2 ; python_version >= "3.10" and python_version < "4.0"
@@ -93,6 +93,7 @@ soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0"
9393
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
9494
tiktoken==0.8.0 ; python_version >= "3.10" and python_version < "4.0"
9595
tokenizers==0.21.0 ; python_version >= "3.10" and python_version < "4.0"
96+
toml==0.10.2 ; python_version >= "3.10" and python_version < "4.0"
9697
tornado==6.4.2 ; python_version >= "3.10" and python_version < "4.0"
9798
tqdm==4.67.1 ; python_version >= "3.10" and python_version < "4.0"
9899
traitlets==5.14.3 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)