Skip to content

Commit

Permalink
platformdirsをインストールしました
Browse files Browse the repository at this point in the history
  • Loading branch information
stmtk1 committed Aug 25, 2023
1 parent 416d905 commit c12edbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
13 changes: 1 addition & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ soundfile = "^0.10.3.post1"
scipy = "^1.7.1"
pyyaml = "^6.0"
pyworld = "^0.3.0"
appdirs = "^1.4.4"
requests = "^2.28.1"
jinja2 = "^3.1.2"
pyopenjtalk = {git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "acd4f02d2af3129382c151590238b9370465e360"}
semver = "^3.0.0"
platformdirs = "^3.10.0"

[tool.poetry.group.dev.dependencies]
cython = "^0.29.34,>=0.29.33" # NOTE: for Python 3.11
Expand Down
2 changes: 1 addition & 1 deletion voicevox_engine/utility/path_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import traceback
from pathlib import Path

from appdirs import user_data_dir
from platformdirs import user_data_dir


def engine_root() -> Path:
Expand Down

0 comments on commit c12edbd

Please sign in to comment.