-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MAINT: パッケージ更新 * FIX: pip-licensesのバージョンを固定 * FIX: starletteのバージョンを再度固定 * FIX; `requirements*.txt`の修正
- Loading branch information
1 parent
4ed436d
commit 4129dd4
Showing
12 changed files
with
913 additions
and
801 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
altgraph==0.17.4 ; python_version >= "3.11" and python_version < "3.12" | ||
annotated-types==0.6.0 ; python_version >= "3.11" and python_version < "3.12" | ||
anyio==4.3.0 ; python_version >= "3.11" and python_version < "3.12" | ||
cffi==1.16.0 ; python_version >= "3.11" and python_version < "3.12" | ||
annotated-types==0.7.0 ; python_version >= "3.11" and python_version < "3.12" | ||
anyio==4.4.0 ; python_version >= "3.11" and python_version < "3.12" | ||
cffi==1.17.0 ; 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" and platform_system == "Windows" | ||
cython==3.0.10 ; python_version >= "3.11" and python_version < "3.12" | ||
fastapi-slim==0.111.0 ; python_version >= "3.11" and python_version < "3.12" | ||
cython==3.0.11 ; python_version >= "3.11" and python_version < "3.12" | ||
fastapi-slim==0.112.2 ; python_version >= "3.11" and python_version < "3.12" | ||
h11==0.14.0 ; python_version >= "3.11" and python_version < "3.12" | ||
idna==3.7 ; python_version >= "3.11" and python_version < "3.12" | ||
idna==3.8 ; python_version >= "3.11" and python_version < "3.12" | ||
jinja2==3.1.4 ; python_version >= "3.11" and python_version < "3.12" | ||
macholib==1.16.3 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "darwin" | ||
markupsafe==2.1.5 ; python_version >= "3.11" and python_version < "3.12" | ||
numpy==1.26.4 ; python_version >= "3.11" and python_version < "3.12" | ||
packaging==24.0 ; python_version >= "3.11" and python_version < "3.12" | ||
pefile==2023.2.7 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" | ||
packaging==24.1 ; python_version >= "3.11" and python_version < "3.12" | ||
pefile==2024.8.26 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" | ||
platformdirs==4.2.2 ; python_version >= "3.11" and python_version < "3.12" | ||
pycparser==2.22 ; python_version >= "3.11" and python_version < "3.12" | ||
pydantic-core==2.18.4 ; python_version >= "3.11" and python_version < "3.12" | ||
pydantic==2.7.3 ; python_version >= "3.11" and python_version < "3.12" | ||
pyinstaller-hooks-contrib==2024.6 ; python_version >= "3.11" and python_version < "3.12" | ||
pydantic-core==2.20.1 ; python_version >= "3.11" and python_version < "3.12" | ||
pydantic==2.8.2 ; python_version >= "3.11" and python_version < "3.12" | ||
pyinstaller-hooks-contrib==2024.8 ; python_version >= "3.11" and python_version < "3.12" | ||
pyinstaller==5.13.2 ; python_version >= "3.11" and python_version < "3.12" | ||
pyopenjtalk @ git+https://github.com/VOICEVOX/pyopenjtalk@b35fc89fe42948a28e33aed886ea145a51113f88 ; python_version >= "3.11" and python_version < "3.12" | ||
python-multipart==0.0.9 ; python_version >= "3.11" and python_version < "3.12" | ||
pywin32-ctypes==0.2.2 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" | ||
pywin32-ctypes==0.2.3 ; python_version >= "3.11" and python_version < "3.12" and sys_platform == "win32" | ||
pyworld==0.3.4 ; python_version >= "3.11" and python_version < "3.12" | ||
pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "3.12" | ||
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.12" | ||
semver==3.0.2 ; python_version >= "3.11" and python_version < "3.12" | ||
setuptools==69.5.1 ; python_version >= "3.11" and python_version < "3.12" | ||
setuptools==74.0.0 ; python_version >= "3.11" and python_version < "3.12" | ||
six==1.16.0 ; python_version >= "3.11" and python_version < "3.12" | ||
sniffio==1.3.1 ; python_version >= "3.11" and python_version < "3.12" | ||
soundfile==0.12.1 ; python_version >= "3.11" and python_version < "3.12" | ||
soxr==0.3.7 ; python_version >= "3.11" and python_version < "3.12" | ||
starlette==0.37.2 ; python_version >= "3.11" and python_version < "3.12" | ||
tqdm==4.66.4 ; python_version >= "3.11" and python_version < "3.12" | ||
typing-extensions==4.11.0 ; python_version >= "3.11" and python_version < "3.12" | ||
uvicorn==0.29.0 ; python_version >= "3.11" and python_version < "3.12" | ||
soxr==0.5.0 ; python_version >= "3.11" and python_version < "3.12" | ||
starlette==0.38.4 ; python_version >= "3.11" and python_version < "3.12" | ||
tqdm==4.66.5 ; python_version >= "3.11" and python_version < "3.12" | ||
typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "3.12" | ||
uvicorn==0.30.6 ; python_version >= "3.11" and python_version < "3.12" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.