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