use asyncio.run and update requirements to py3.7

This commit is contained in:
rany
2021-06-06 01:35:09 +03:00
parent 23abad46be
commit 01f95a7e90
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 0.0.4
version = 0.0.5
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS
@@ -19,7 +19,7 @@ package_dir=
= src
packages = find:
scripts = bin/edge-playback
python_requires = >=3.6
python_requires = >=3.7
install_requires =
requests
websockets>=9.1