From c8229ffbed2e0aada037302f6d00791f8e828e2a Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Wed, 29 Nov 2023 18:51:05 +0300 Subject: [PATCH] Added aiohttp to requirements --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 23c1acb..2333377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ aiogram==3.1.1 aioschedule @ https://github.com/AleksHeller/python-aioschedule/archive/refs/heads/master.zip python-dotenv==1.0.0 requests==2.31.0 -python-dateutil==2.8.2 \ No newline at end of file +python-dateutil==2.8.2 +aiohttp==3.8.6 \ No newline at end of file