Add requirements.txt and pin version

This commit is contained in:
rany2
2022-09-27 12:16:22 +03:00
parent 93f2e452ce
commit 197b176de9
3 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 5.0.1
version = 5.0.2
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS
@@ -19,8 +19,7 @@ package_dir=
= src
packages = find:
python_requires = >=3.7
install_requires =
aiohttp>=3.7.4.post0
install_requires = file: requirements.txt
[options.packages.find]
where=src