From f5e7aa4292bb0e7f2042468c3741b20db736ea8e Mon Sep 17 00:00:00 2001 From: Stefan Allius Date: Sun, 16 Jun 2024 17:48:17 +0200 Subject: [PATCH] add aiohttp --- app/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index b151101..ed9dcb0 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,3 +1,4 @@ aiomqtt==2.0.1 schema==0.7.5 - aiocron==1.8 \ No newline at end of file + aiocron==1.8 + aiohttp==3.9.5 \ No newline at end of file