mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
Update pyproject.toml
There was one comma replaced with a less than (,<) so I fixed it.
This commit is contained in:
committed by
GitHub
parent
9472829ab3
commit
10dd503abe
@@ -18,36 +18,36 @@ authors = [
|
||||
]
|
||||
dependencies = [
|
||||
"argostranslate",
|
||||
"beautifulsoup4",
|
||||
"cutlet",
|
||||
"deep_translator",
|
||||
"demucs",
|
||||
"docker",
|
||||
"ebooklib",
|
||||
"beautifulsoup4",
|
||||
"cutlet",
|
||||
"deep_translator",
|
||||
"demucs",
|
||||
"docker",
|
||||
"ebooklib",
|
||||
"fastapi",
|
||||
"fugashi",
|
||||
"gradio>=5.42.0",
|
||||
"hangul-romanize",
|
||||
"indic-nlp-library",
|
||||
"iso-639",
|
||||
"jieba",
|
||||
"fugashi",
|
||||
"gradio>=5.42.0",
|
||||
"hangul-romanize",
|
||||
"indic-nlp-library",
|
||||
"iso-639",
|
||||
"jieba",
|
||||
"soynlp",
|
||||
"pythainlp">
|
||||
"pythainlp",
|
||||
"pydub",
|
||||
"pyannote-audio",
|
||||
"mutagen",
|
||||
"nvidia-ml-py",
|
||||
"PyOpenGL",
|
||||
"pypinyin",
|
||||
"ray",
|
||||
"regex",
|
||||
"translate",
|
||||
"tqdm",
|
||||
"PyOpenGL",
|
||||
"pypinyin",
|
||||
"ray",
|
||||
"regex",
|
||||
"translate",
|
||||
"tqdm",
|
||||
"unidic",
|
||||
"pymupdf4llm",
|
||||
"sudachipy",
|
||||
"sudachidict_core",
|
||||
"transformers==4.51.3",
|
||||
"transformers==4.51.3",
|
||||
"coqui-tts[languages]==0.26.0",
|
||||
"torchvggish"
|
||||
]
|
||||
@@ -61,4 +61,5 @@ classifiers = [
|
||||
scripts = { "ebook2audiobook" = "app:main" }
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/DrewThomasson/ebook2audiobook"
|
||||
|
||||
"Homepage" = "https://github.com/DrewThomasson/ebook2audiobook"
|
||||
|
||||
Reference in New Issue
Block a user