-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
46 lines (43 loc) · 939 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
en-tts = {editable = true, path = "."}
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
isort = "*"
rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
build = "*"
mypy = "*"
pandas-stubs = "*"
types-tqdm = "*"
sphinx = ">=7.3.7"
furo = ">=2024.1.29"
docutils = ">=0.20.1"
sphinxcontrib-programoutput = ">=0.17"
sphinx_copybutton = ">=0.5.2"
sphinx_remove_toctrees = "*"
[packages]
numpy = ">=1.18.5"
tqdm = ">=4.63.0"
ordered-set = ">=4.1.0"
ffmpy = ">=0.2.3"
nltk = ">=3.2.4"
torch = ">=2.0.0"
pronunciation-dictionary = ">=0.0.6"
pronunciation-dictionary-utils = ">=0.0.5"
english-text-normalization = ">=0.0.3"
dict-from-dict = ">=0.0.4"
dict-from-g2pe = ">=0.0.2"
tacotron-cli = ">=0.0.5"
waveglow-cli = ">=0.0.2"
txt-utils = ">=0.0.3"
gradio = {extras = ["oauth"], version = ">=4.26.0"}
uvicorn = ">=0.14.0"
[requires]
python_version = "3.11"