From 46475097919a3f6e7f3fbbf7ca171a546d6a1377 Mon Sep 17 00:00:00 2001 From: rany Date: Fri, 2 Jul 2021 11:46:54 +0300 Subject: [PATCH] Fix dependenices --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index df50023..9a88cbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = edge-tts -version = 2.1.1 +version = 2.1.2 author = rany author_email = ranygh@riseup.net description = Microsoft Edge's TTS @@ -20,9 +20,7 @@ package_dir= packages = find: python_requires = >=3.7 install_requires = - websockets>=9.1 - httpx>=0.18.1 - h2>=4.0.0 + aiohttp>=3.7.4.post0 [options.packages.find] where=src