From 06928df39fa0d24688b9a3b5f419ee35b3bcd86a Mon Sep 17 00:00:00 2001 From: Friedrich Lindenberg Date: Wed, 17 Jul 2024 10:55:32 +0200 Subject: [PATCH] add boto type stubs --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90fc42c5..e005f768 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,6 @@ "aiocron==1.8", "aiocsv==1.3.2", "aiofiles==24.1.0", - "types-aiofiles>=24.0,<25.0", "aiohttp[speedups]==3.9.5", "elasticsearch[async]==8.14.0", "opensearch-py[async]==2.6.0", @@ -60,6 +59,8 @@ "anyio==4.3.0", "flake8>=2.6.0", "black", + "types-aiofiles>=24.0,<25.0", + "types-boto", ], }, entry_points={