From dad5f9aaaa590706deb969b2ac2d8fb1ac4fc00a Mon Sep 17 00:00:00 2001 From: Linus Dietz <45101649+Dielee@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:35:30 +0200 Subject: [PATCH] Remove unused requirements // Bump version --- const.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/const.py b/const.py index ea805b2..c8baafc 100644 --- a/const.py +++ b/const.py @@ -1,4 +1,4 @@ -VERSION = "v1.0.2.1" +VERSION = "v1.0.3" OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2" VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles" diff --git a/requirements.txt b/requirements.txt index dc0ef4c..66db402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ requests~=2.29.0 dynaconf~=3.1.12 paho-mqtt~=1.6.1 -pytz~=2023.3 Babel~=2.12.1 \ No newline at end of file