From a97a9274701db63dfb69f98eb3827a907eb292c7 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Sat, 22 Apr 2023 20:11:18 +0300 Subject: [PATCH] Fixed pytz --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f5032850..faf6d02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,7 @@ test = [ "pytest-cov~=4.0.0", "pytest-aiohttp~=1.0.4", "aresponses~=2.1.6", + "pytz~=2022.7.1" ] docs = [ "Sphinx~=5.2.3",