en-tts / Pipfile
stefantaubert's picture
update
3899cce
raw
history blame
375 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
en-tts = ">=0.0.1"
gradio = {extras = ["oauth"], version = ">=4.26.0"}
uvicorn = ">=0.14.0"
numpy = "*"
[dev-packages]
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
isort = "*"
rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
tox = "*"
build = "*"
[requires]
python_version = "3.11"