Merge pull request #266 from reuben/fix-phonemizer-dep-links

Use direct link for specifying phonemizer dependency
This commit is contained in:
Eren Gölge 2019-08-26 17:28:35 +02:00 committed by GitHub
commit 1bfab3be81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -81,8 +81,6 @@ setup(
# "lws", # "lws",
"tqdm", "tqdm",
"soundfile", "soundfile",
], "phonemizer @ https://github.com/bootphon/phonemizer/tarball/master",
dependency_links=[
'http://github.com/bootphon/phonemizer/tarball/master#egg=phonemizer'
], ],
) )