From 6f7a1bde77b718983a2caf341db99167268c81f8 Mon Sep 17 00:00:00 2001 From: oharan2 Date: Thu, 13 Jun 2024 11:46:50 +0300 Subject: [PATCH] Remove datetime built-in package from pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2395b469..2bb722a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,6 @@ dependencies = [ "vspk==5.3.2", "wait_for", "websocket_client", - "datetime", ] [project.optional-dependencies]