-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
42 lines (39 loc) · 819 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
zho-tts = {editable = true, path = "."}
autopep8 = "*"
pylint = "*"
pycodestyle = "*"
isort = "*"
rope = "*"
pytest = "*"
autoflake = "*"
twine = "*"
build = "*"
mypy = "*"
pandas-stubs = "*"
types-tqdm = "*"
[packages]
numpy = ">=1.18.5"
tqdm = ">=4.63.0"
ordered-set = ">=4.1.0"
ffmpy = ">=0.3.1"
spacy-pkuseg = ">=0.0.33"
zhon = ">=2.0.2"
opencc-py = ">=1.1.0"
torch = ">=2.0.0"
pronunciation-dictionary = ">=0.0.6"
pronunciation-dictionary-utils = ">=0.0.5"
dict-from-dict = ">=0.0.4"
dict-from-pypinyin = ">=0.0.2"
tacotron-cli = ">=0.0.5"
waveglow-cli = ">=0.0.2"
txt-utils = ">=0.0.3"
pinyin-to-ipa = ">=0.0.2"
gradio = {extras = ["oauth"], version = ">=4.26.0"}
uvicorn = ">=0.14.0"
[requires]
python_version = "3.11"