Skip to content

Commit

Permalink
整理: fastapiの依存パッケージに意図コメント追加 (#1076)
Browse files Browse the repository at this point in the history
refactor: 依存パッケージ意図
  • Loading branch information
tarepan authored Feb 26, 2024
1 parent 0c698d6 commit ec19ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ authors = ["Hiroshiba <[email protected]>"]
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"
Expand Down

0 comments on commit ec19ebd

Please sign in to comment.