Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix: pyopenjtalkのバージョンが巻き戻っているのを修正 #356

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@de0aafc16ec762a159c1ddfcb92488053f49191c
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@a85521a0a0f298f08d9e9b24987b3c77eb4aaff5
# via -r requirements.in
python-multipart==0.0.5
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ pydantic==1.8.2
# via fastapi
pyflakes==2.3.1
# via flake8
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@de0aafc16ec762a159c1ddfcb92488053f49191c
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@a85521a0a0f298f08d9e9b24987b3c77eb4aaff5
# via -r requirements.in
pyparsing==3.0.1
# via packaging
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ scipy
PyYAML
pyworld
appdirs
git+https://github.com/VOICEVOX/pyopenjtalk@de0aafc16ec762a159c1ddfcb92488053f49191c#egg=pyopenjtalk
git+https://github.com/VOICEVOX/pyopenjtalk@a85521a0a0f298f08d9e9b24987b3c77eb4aaff5#egg=pyopenjtalk
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@de0aafc16ec762a159c1ddfcb92488053f49191c
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@a85521a0a0f298f08d9e9b24987b3c77eb4aaff5
# via -r requirements.in
python-multipart==0.0.5
# via -r requirements.in
Expand Down