diff --git a/setup.cfg b/setup.cfg index ae10aea..2707c1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = edge-tts -version = 0.0.5 +version = 1.0.0 author = rany author_email = ranygh@riseup.net description = Microsoft Edge's TTS @@ -21,7 +21,6 @@ packages = find: scripts = bin/edge-playback python_requires = >=3.7 install_requires = - requests websockets>=9.1 [options.packages.find]