Skip to content

Commit

Permalink
pyopenjtalkのバージョンを更新 (#469)
Browse files Browse the repository at this point in the history
requirements更新
  • Loading branch information
takana-v authored Sep 15, 2022
1 parent 52d5c38 commit 440b463
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@50b0296a9e1b666e5a09a41ec9e9284a2a9b608f
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae
# 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@50b0296a9e1b666e5a09a41ec9e9284a2a9b608f
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae
# 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 @@ -9,4 +9,4 @@ PyYAML
pyworld
appdirs
requests
git+https://github.com/VOICEVOX/pyopenjtalk@50b0296a9e1b666e5a09a41ec9e9284a2a9b608f#egg=pyopenjtalk
git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae#egg=pyopenjtalk
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ fastapi==0.70.0
h11==0.12.0
# via uvicorn
idna==3.3
# via anyio
# via
# anyio
# requests
numpy==1.20.0
# via
# -r requirements.in
Expand All @@ -44,7 +46,7 @@ pycparser==2.20
# via cffi
pydantic==1.8.2
# via fastapi
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@50b0296a9e1b666e5a09a41ec9e9284a2a9b608f
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@f4ade29ef9a4f43d8605103cb5bacc29e0b2ccae
# via -r requirements.in
python-multipart==0.0.5
# via -r requirements.in
Expand Down

0 comments on commit 440b463

Please sign in to comment.