pinyin-to-ipa / Pipfile
stefantaubert's picture
update
44d950f
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pinyin-to-ipa = ">=0.0.2"
gradio = {extras = ["oauth"], version = ">=4.26.0"}
uvicorn = ">=0.14.0"
[dev-packages]
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
isort = "*"
rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
tox = "*"
build = "*"
[requires]
python_version = "3.11"