Skip to content

Commit b41d569

Browse files
➖ Remove unused dependencies.
1 parent 3dc5656 commit b41d569

File tree

2 files changed

+8
-89
lines changed

2 files changed

+8
-89
lines changed

poetry.lock

Lines changed: 1 addition & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,20 @@ homepage = "https://lapidary.dev/"
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.12"
34-
asyncclick = "^8.1.7.2"
35-
frozendict = "^2.4.6"
36-
httpx = "^0.27.0"
37-
libcst = "^1.5.1"
38-
openapi-pydantic = ">=0.5.0,<0.6.0"
39-
pybase62 = "^1.0.0"
40-
pydantic = "^2.5.2"
34+
asyncclick = "^8"
35+
httpx = "^0.27"
36+
libcst = "^1.5"
37+
openapi-pydantic = "^0.5"
38+
pydantic = "^2"
4139
python-mimeparse = ">=1.6,<3.0"
42-
ruamel-yaml = "^0.18.6"
43-
tomli-w = "^1.1.0"
40+
ruamel-yaml = "^0.18"
41+
tomli-w = "^1"
4442

4543
[tool.poetry.scripts]
4644
lapidary = "lapidary.render:app"
4745

4846
[tool.poetry.group.dev.dependencies]
4947
pre-commit = "^4.0.1"
50-
pyjwt = "^2.8.0"
5148
pytest = "^8.2.0"
5249
pytest-asyncio = ">=0.23.7,<0.26.0"
5350
pytest-httpx = ">=0.30,<0.35"

0 commit comments

Comments
 (0)