mirror of
https://github.com/shivammehta25/Matcha-TTS.git
synced 2026-02-04 17:59:19 +08:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
4
setup.py
4
setup.py
@@ -19,10 +19,12 @@ cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
with open(os.path.join(cwd, "matcha", "VERSION"), encoding="utf-8") as fin:
|
||||
version = fin.read().strip()
|
||||
|
||||
|
||||
def get_requires():
|
||||
requirements = os.path.join(os.path.dirname(__file__), "requirements.txt")
|
||||
with open(requirements, encoding="utf-8") as reqfile:
|
||||
return [str(r).strip() for r in reqfile]
|
||||
return [str(r).strip() for r in reqfile]
|
||||
|
||||
|
||||
setup(
|
||||
name="matcha-tts",
|
||||
|
||||
Reference in New Issue
Block a user