Skip to content

Commit 2cd5de1

Browse files
authored
Merge pull request #2 from dotlambda/patch-1
remove unused dependencies
2 parents 418f5ea + ec9b0a2 commit 2cd5de1

File tree

2 files changed

+5
-153
lines changed

2 files changed

+5
-153
lines changed

poetry.lock

Lines changed: 5 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ repository = "https://github.com/erwindouna/python-melcloud"
2222

2323
[tool.poetry.dependencies]
2424
aiohttp = ">=3.0.0"
25-
mashumaro = ">=3.10"
26-
orjson = ">=3.9.8"
2725
python = "^3.12"
28-
yarl = ">=1.6.0"
29-
aioresponses = "^0.7.6"
3026

3127
[tool.poetry.urls]
3228
"Bug Tracker" = "https://github.com/erwindouna/python-melcloud/issues"
@@ -47,9 +43,7 @@ pytest-cov = "6.0.0"
4743
ruff = "0.11.2"
4844
safety = "3.3.1"
4945
yamllint = "1.37.0"
50-
syrupy = "4.9.1"
5146
deptry = "0.23.0"
52-
asynctest = "^0.13.0" # Consider removing if unused
5347

5448
[tool.coverage.report]
5549
show_missing = true

0 commit comments

Comments
 (0)