From 1f6d224de6e62ccf016cb1956be60adbf858c8e6 Mon Sep 17 00:00:00 2001 From: tarepan Date: Mon, 26 Feb 2024 07:24:37 +0000 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BE=9D=E5=AD=98=E3=83=91?= =?UTF-8?q?=E3=83=83=E3=82=B1=E3=83=BC=E3=82=B8=E6=84=8F=E5=9B=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d0db2df3..e0515881d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,12 +46,12 @@ authors = ["Hiroshiba "] python = "~3.11" numpy = "^1.20.0" fastapi = "^0.103.2" -python-multipart = "^0.0.5" +python-multipart = "^0.0.5" # NOTE: required by fastapi uvicorn = "^0.15.0" soundfile = "^0.12.1" pyyaml = "^6.0" pyworld = "^0.3.0" -jinja2 = "^3.1.2" +jinja2 = "^3.1.2" # NOTE: required by fastapi pyopenjtalk = { git = "https://github.com/VOICEVOX/pyopenjtalk", rev = "b35fc89fe42948a28e33aed886ea145a51113f88" } semver = "^3.0.0" platformdirs = "^3.10.0"