From 70c7661b70cb540ae9747bc41939661123fda549 Mon Sep 17 00:00:00 2001 From: Michael Waskom Date: Wed, 20 Nov 2024 15:31:16 +0000 Subject: [PATCH] Remove aiostream from library dependencies --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 845fbfe0b..ab924bcd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,6 @@ packages = find: python_requires = >=3.9 install_requires = aiohttp - aiostream~=0.5.2 certifi click>=8.1.0 fastapi