Skip to content

Commit

Permalink
add anyio
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Oct 9, 2021
1 parent 556c590 commit 0e8f748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ jobs:
--follow-import-to=numpy
--follow-import-to=aiofiles
--include-package=uvicorn
--include-package=anyio
--include-package-data=pyopenjtalk
--include-package-data=resampy
--include-data-file="VERSION.txt=./"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ RUN <<EOF
--follow-import-to=numpy \
--follow-import-to=aiofiles \
--include-package=uvicorn \
--include-package=anyio \
--include-package-data=pyopenjtalk \
--include-package-data=resampy \
--include-data-file=/opt/voicevox_engine/VERSION.txt=./ \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ python -m nuitka \
--follow-import-to=numpy \
--follow-import-to=aiofiles \
--include-package=uvicorn \
--include-package=anyio \
--include-package-data=pyopenjtalk \
--include-package-data=resampy \
--include-data-file=VERSION.txt=./ \
Expand Down

0 comments on commit 0e8f748

Please sign in to comment.