From 89050dbb6bac110834e07cf745c8e14d80633d83 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 30 May 2024 17:41:41 +0200 Subject: [PATCH] Added pytz as a dependency --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 26c241b..93119a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,7 @@ aiohttp~=3.9.5 apscheduler~=3.10.4 convopyro==0.5 mongodb-migrations==1.3.1 +pytz<=2023.2 tgcrypto==1.2.5 ujson>=5.0.0 uvloop==0.19.0