Skip to content

Commit

Permalink
MAINT: 未使用の依存パッケージを削除 (#962)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabonerune authored Jan 1, 2024
1 parent 45d8a3e commit c1291f8
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 91 deletions.
125 changes: 57 additions & 68 deletions poetry.lock

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

5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,18 @@ numpy = "^1.20.0"
fastapi = "^0.103.2"
python-multipart = "^0.0.5"
uvicorn = "^0.15.0"
aiofiles = "^0.7.0"
soundfile = "^0.12.1"
pyyaml = "^6.0"
pyworld = "^0.3.0"
requests = "^2.28.1"
jinja2 = "^3.1.2"
pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "b35fc89fe42948a28e33aed886ea145a51113f88" }
semver = "^3.0.0"
platformdirs = "^3.10.0"
soxr = "^0.3.6"

[tool.poetry.group.dev.dependencies]
cython = "^0.29.34,>=0.29.33" # NOTE: for Python 3.11
pyinstaller = "^6.2.0"
pre-commit = "^2.16.0"
atomicwrites = "^1.4.0"
colorama = "^0.4.4"
poetry = "^1.3.1"

[tool.poetry.group.test.dependencies]
Expand Down
6 changes: 2 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
aiofiles==0.7.0 ; python_version >= "3.11" and python_version < "3.12"
altgraph==0.17.4 ; python_version >= "3.11" and python_version < "3.12"
anyio==3.7.1 ; python_version >= "3.11" and python_version < "3.12"
asgiref==3.7.2 ; python_version >= "3.11" and python_version < "3.12"
atomicwrites==1.4.1 ; python_version >= "3.11" and python_version < "3.12"
attrs==23.1.0 ; python_version >= "3.11" and python_version < "3.12"
build==0.10.0 ; python_version >= "3.11" and python_version < "3.12"
cachecontrol[filecache]==0.13.1 ; python_version >= "3.11" and python_version < "3.12"
Expand All @@ -12,10 +10,10 @@ cfgv==3.4.0 ; python_version >= "3.11" and python_version < "3.12"
charset-normalizer==3.2.0 ; python_version >= "3.11" and python_version < "3.12"
cleo==2.0.1 ; python_version >= "3.11" and python_version < "3.12"
click==8.1.7 ; python_version >= "3.11" and python_version < "3.12"
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12"
colorama==0.4.6 ; python_version >= "3.11" and python_version < "3.12" and (platform_system == "Windows" or os_name == "nt")
crashtest==0.4.1 ; python_version >= "3.11" and python_version < "3.12"
cryptography==41.0.3 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "linux"
cython==0.29.36 ; python_version >= "3.11" and python_version < "3.12"
cython==3.0.7 ; python_version >= "3.11" and python_version < "3.12"
distlib==0.3.7 ; python_version >= "3.11" and python_version < "3.12"
dulwich==0.21.5 ; python_version >= "3.11" and python_version < "3.12"
fastapi==0.103.2 ; python_version >= "3.11" and python_version < "3.12"
Expand Down
Loading

0 comments on commit c1291f8

Please sign in to comment.