From 0e8f748f3e0044b560468af2807c52f62d2f7472 Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Sat, 9 Oct 2021 22:59:49 +0900 Subject: [PATCH] add anyio --- .github/workflows/build.yml | 1 + Dockerfile | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 869463335..639d2c8b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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=./" diff --git a/Dockerfile b/Dockerfile index 70ffa2fbf..b4374991a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -330,6 +330,7 @@ RUN <