Skip to content

Commit

Permalink
Merge pull request #3 from espnet/update/add_pypinyin
Browse files Browse the repository at this point in the history
Add pypinyin in dependency
  • Loading branch information
kan-bayashi committed Jul 2, 2020
2 parents a5aece4 + 023d5f1 commit 87358f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def run(self):
"underthesea",
"jaconv",
"g2p_en",
"pypinyin",
],
"setup": [],
"test": [],
Expand All @@ -74,7 +75,7 @@ def run(self):

setup(
name="espnet_tts_frontend",
version="0.0.1",
version="0.0.2",
long_description=open(os.path.join(dirname, 'README.md'),
encoding='utf-8').read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 87358f6

Please sign in to comment.