diff --git a/pyproject.toml b/pyproject.toml index 309a0c2..a0bac09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soliscloud-api" -version = "1.3.0" +version = "1.3.1" authors = [ { name="Peter van Hulten", email="peter.vanhulten@gmx.net" }, ] @@ -18,9 +18,6 @@ classifiers = [ ] dependencies = [ "pybase64", - "asyncio", - "datetime", - "typing", "aiohttp", "async_timeout", "throttler",