File tree Expand file tree Collapse file tree 3 files changed +8
-31
lines changed
Expand file tree Collapse file tree 3 files changed +8
-31
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ pip-tools
77pre-commit
88pylint
99pytest-cov
10- python-toon
10+ python-toon==0.1.2
1111mcp==1.9.1
Original file line number Diff line number Diff line change 11#
2- # This file is autogenerated by pip-compile with Python 3.10
2+ # This file is autogenerated by pip-compile with Python 3.14
33# by the following command:
44#
55# pip-compile --output-file=requirements.txt requirements.in setup.py
@@ -14,8 +14,6 @@ anyio==4.12.1
1414 # starlette
1515astroid == 4.0.3
1616 # via pylint
17- backports-tarfile == 1.2.0
18- # via jaraco-context
1917build == 1.4.0
2018 # via pip-tools
2119bump2version == 1.0.1
@@ -55,10 +53,6 @@ dill==0.4.1
5553 # via pylint
5654distlib == 0.4.0
5755 # via virtualenv
58- exceptiongroup == 1.3.1
59- # via
60- # anyio
61- # pytest
6256filelock == 3.20.3
6357 # via virtualenv
6458freezegun == 1.5.5
@@ -82,8 +76,6 @@ idna==3.11
8276 # anyio
8377 # httpx
8478 # requests
85- importlib-metadata == 8.7.1
86- # via keyring
8779iniconfig == 2.3.0
8880 # via pytest
8981isort == 7.0.0
@@ -155,6 +147,10 @@ python-dotenv==1.2.1
155147 # via pydantic-settings
156148python-multipart == 0.0.21
157149 # via mcp
150+ python-toon == 0.1.2
151+ # via
152+ # -r requirements.in
153+ # cloudsmith-cli (setup.py)
158154pyyaml == 6.0.3
159155 # via pre-commit
160156requests == 2.32.5
@@ -176,30 +172,13 @@ starlette==0.52.1
176172 # via
177173 # mcp
178174 # sse-starlette
179- tomli == 2.4.0
180- # via
181- # build
182- # coverage
183- # pip-tools
184- # pylint
185- # pytest
186175tomlkit == 0.14.0
187176 # via pylint
188- python-toon == 0.1.2
189- # via
190- # -r requirements.in
191- # cloudsmith-cli (setup.py)
192177typing-extensions == 4.15.0
193178 # via
194- # anyio
195- # astroid
196- # exceptiongroup
197179 # pydantic
198180 # pydantic-core
199- # starlette
200181 # typing-inspection
201- # uvicorn
202- # virtualenv
203182typing-inspection == 0.4.2
204183 # via
205184 # pydantic
@@ -215,8 +194,6 @@ virtualenv==20.36.1
215194 # via pre-commit
216195wheel == 0.46.3
217196 # via pip-tools
218- zipp == 3.23.0
219- # via importlib-metadata
220197
221198# The following packages are considered to be unsafe in a requirements file:
222199# pip
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ def get_long_description():
5656 "json5>=0.9.0" , # For parsing JSONC (JSON with comments) in VS Code settings
5757 "cloudsmith-api>=2.0.24,<3.0" , # Compatible upto (but excluding) 3.0+
5858 "keyring>=25.4.1" ,
59- "mcp= =1.9.1" ,
60- "python-toon= =0.1.2" ,
59+ "mcp> =1.9.1" ,
60+ "python-toon> =0.1.2" ,
6161 "requests>=2.18.4" ,
6262 "requests_toolbelt>=1.0.0" ,
6363 "semver>=2.7.9" ,
You can’t perform that action at this time.
0 commit comments