From 92227891be08101a973e00047513575259fc6958 Mon Sep 17 00:00:00 2001 From: vazarkevych Date: Mon, 5 Aug 2024 17:50:41 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f62658f..7642850 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ cryptography>=35.0.0 typing_extensions>=3.8.0 -urllib3>=1.26.0 \ No newline at end of file +urllib3>=1.26.0 +aiohttp>=3.8.6 \ No newline at end of file