Skip to content

Commit

Permalink
Update requirements.txt (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Jun 16, 2023
1 parent 8131baa commit 8f9c0b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
espeak-phonemizer>=1.1.0,<2
onnxruntime~=1.11.0
ovos-plugin-manager>=0.0.5
1 change: 0 additions & 1 deletion requirements/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def required(requirements_file):
author_email='[email protected]',
license='Apache-2.0',
packages=['ovos_tts_plugin_piper'],
install_requires=required("requirements/requirements.txt"),
install_requires=required("requirements.txt"),
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 8f9c0b6

Please sign in to comment.