From 9ea191f0cbe476fd84e9f1e8940f77f12a7589fe Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sun, 26 Nov 2023 14:00:41 +0300 Subject: [PATCH] edit: added some libs to requirements.txt --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2298b9..23c1acb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ aiogram==3.1.1 aioschedule @ https://github.com/AleksHeller/python-aioschedule/archive/refs/heads/master.zip -python-dotenv==1.0.0 \ No newline at end of file +python-dotenv==1.0.0 +requests==2.31.0 +python-dateutil==2.8.2 \ No newline at end of file