Skip to content

Commit

Permalink
pyopenjtalkを更新 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Jan 31, 2022
1 parent ac0dc3a commit cc6836a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pip-licenses
pip-tools
pre-commit

# 以下のパッケージはWindowsでは必要とされてるが、Linux上でpip-compileすると出力内容に含まれないため明示的に含めている
# fow windows
atomicwrites
colorama
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@8466b5a331e4736181648d5585be626aa7f9bde1
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 @@ -102,7 +102,7 @@ pydantic==1.8.2
# via fastapi
pyflakes==2.3.1
# via flake8
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@8466b5a331e4736181648d5585be626aa7f9bde1
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 @@ -7,4 +7,4 @@ soundfile
scipy
PyYAML
pyworld
git+https://github.com/VOICEVOX/pyopenjtalk@8466b5a331e4736181648d5585be626aa7f9bde1#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 @@ -38,7 +38,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@8466b5a331e4736181648d5585be626aa7f9bde1
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@a85521a0a0f298f08d9e9b24987b3c77eb4aaff5
# via -r requirements.in
python-multipart==0.0.5
# via -r requirements.in
Expand Down

0 comments on commit cc6836a

Please sign in to comment.