From a26bff522930fd74eeab33c76e11036ecb089cf4 Mon Sep 17 00:00:00 2001 From: WebSpider Date: Tue, 22 Oct 2024 20:42:45 +0200 Subject: [PATCH] Removing projects we no longer directly depend on (#116) --- poetry.lock | 2 +- pyproject.toml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ae178ab..5d4b784 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3098,4 +3098,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12,<3.13" -content-hash = "b4fe6d299e40e9118db6c4e3dc3f2aa5bbd4f8e45ce94f321be55a7d5f812b73" +content-hash = "eb4bd81948fa4e4b9bfd5bb4d142236ece1e453373cef849b0fda23a52de85bc" diff --git a/pyproject.toml b/pyproject.toml index 4608ff8..fcf5b16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,10 +8,6 @@ readme = "README.md" [tool.poetry.dependencies] python = "~3.12,<3.13" homeassistant = "^2024.10.0" -aiohttp = "^3.10.5" -pyjwt = "^2.9.0" -pyyaml = "^6.0.2" -asyncio = "^3.4.3" voluptuous = "^0.15.2" myskoda = "^0.8.4"