-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (41 loc) · 844 Bytes
/
setup.cfg
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
[metadata]
name = barbero_coqui_ai_tts
version_config = True
author = Enucatl
url = https://github.com/enucatl/barbero-coqui-ai-tts
description = TTS for Alessandro Barbero
long_description = file: README.md
long_description_content_type = text/markdown
licence = GPL3
[options]
packages = find:
install_requires =
TTS
boto3[crt]
click
ffmpeg-normalize
gruut[it]
jupyterlab
openpyxl
pandas
pydub
seaborn
speech_enhance@git+https://github.com/Enucatl/FullSubNet-plus.git
tensorboard
tqdm
trainer
webrtcvad
setup_requires =
setuptools-git-versioning
[options.extras_require]
dev =
pytest
black
jupyterlab_code_formatter
isort
jupyter-console
[flake8]
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203,