diff --git a/docs/de/docs/index.md b/docs/de/docs/index.md
index d09ce70a0..cdce66223 100644
--- a/docs/de/docs/index.md
+++ b/docs/de/docs/index.md
@@ -446,7 +446,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/es/docs/index.md b/docs/es/docs/index.md
index 65eaf75d0..1fa79fdde 100644
--- a/docs/es/docs/index.md
+++ b/docs/es/docs/index.md
@@ -439,7 +439,6 @@ Usadas por Pydantic:
Usados por Starlette:
* requests
- Requerido si quieres usar el `TestClient`.
-* aiofiles
- Requerido si quieres usar `FileResponse` o `StaticFiles`.
* jinja2
- Requerido si quieres usar la configuración por defecto de templates.
* python-multipart
- Requerido si quieres dar soporte a "parsing" de formularios, con `request.form()`.
* itsdangerous
- Requerido para dar soporte a `SessionMiddleware`.
diff --git a/docs/fr/docs/index.md b/docs/fr/docs/index.md
index 40e6dfdff..3922d9c77 100644
--- a/docs/fr/docs/index.md
+++ b/docs/fr/docs/index.md
@@ -447,7 +447,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/id/docs/index.md b/docs/id/docs/index.md
index 95fb7ae21..a7af14781 100644
--- a/docs/id/docs/index.md
+++ b/docs/id/docs/index.md
@@ -447,7 +447,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/it/docs/index.md b/docs/it/docs/index.md
index c52f07e59..e9e428561 100644
--- a/docs/it/docs/index.md
+++ b/docs/it/docs/index.md
@@ -444,7 +444,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/ja/docs/index.md b/docs/ja/docs/index.md
index 229361503..5fca78a83 100644
--- a/docs/ja/docs/index.md
+++ b/docs/ja/docs/index.md
@@ -437,7 +437,6 @@ Pydantic によって使用されるもの:
Starlette によって使用されるもの:
- requests
- `TestClient`を使用するために必要です。
-- aiofiles
- `FileResponse` または `StaticFiles`を使用したい場合は必要です。
- jinja2
- デフォルトのテンプレート設定を使用する場合は必要です。
- python-multipart
- "parsing"`request.form()`からの変換をサポートしたい場合は必要です。
- itsdangerous
- `SessionMiddleware` サポートのためには必要です。
diff --git a/docs/ja/docs/tutorial/static-files.md b/docs/ja/docs/tutorial/static-files.md
index fcc3ba924..1d9c434c3 100644
--- a/docs/ja/docs/tutorial/static-files.md
+++ b/docs/ja/docs/tutorial/static-files.md
@@ -2,20 +2,6 @@
`StaticFiles` を使用して、ディレクトリから静的ファイルを自動的に提供できます。
-## `aiofiles` をインストール
-
-まず、`aiofiles` をインストールする必要があります:
-
-
requests
- `TestClient`를 사용하려면 필요.
-* aiofiles
- `FileResponse` 또는 `StaticFiles`를 사용하려면 필요.
* jinja2
- 기본 템플릿 설정을 사용하려면 필요.
* python-multipart
- `request.form()`과 함께 "parsing"의 지원을 원하면 필요.
* itsdangerous
- `SessionMiddleware` 지원을 위해 필요.
diff --git a/docs/pt/docs/index.md b/docs/pt/docs/index.md
index 848fff08a..97044dd90 100644
--- a/docs/pt/docs/index.md
+++ b/docs/pt/docs/index.md
@@ -434,7 +434,6 @@ Usados por Pydantic:
Usados por Starlette:
* requests
- Necessário se você quiser utilizar o `TestClient`.
-* aiofiles
- Necessário se você quiser utilizar o `FileResponse` ou `StaticFiles`.
* jinja2
- Necessário se você quiser utilizar a configuração padrão de templates.
* python-multipart
- Necessário se você quiser suporte com "parsing" de formulário, com `request.form()`.
* itsdangerous
- Necessário para suporte a `SessionMiddleware`.
diff --git a/docs/ru/docs/index.md b/docs/ru/docs/index.md
index 0c2506b87..c0a958c3d 100644
--- a/docs/ru/docs/index.md
+++ b/docs/ru/docs/index.md
@@ -447,7 +447,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/sq/docs/index.md b/docs/sq/docs/index.md
index 95fb7ae21..a7af14781 100644
--- a/docs/sq/docs/index.md
+++ b/docs/sq/docs/index.md
@@ -447,7 +447,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/tr/docs/index.md b/docs/tr/docs/index.md
index 88660f7eb..19f46fb4c 100644
--- a/docs/tr/docs/index.md
+++ b/docs/tr/docs/index.md
@@ -455,7 +455,6 @@ Pydantic tarafında kullanılan:
Starlette tarafında kullanılan:
* requests
- Eğer `TestClient` kullanmak istiyorsan gerekli.
-* aiofiles
- `FileResponse` ya da `StaticFiles` kullanmak istiyorsan gerekli.
* jinja2
- Eğer kendine ait template konfigürasyonu oluşturmak istiyorsan gerekli
* python-multipart
- Form kullanmak istiyorsan gerekli ("dönüşümü").
* itsdangerous
- `SessionMiddleware` desteği için gerekli.
diff --git a/docs/uk/docs/index.md b/docs/uk/docs/index.md
index 95fb7ae21..a7af14781 100644
--- a/docs/uk/docs/index.md
+++ b/docs/uk/docs/index.md
@@ -447,7 +447,6 @@ Used by Pydantic:
Used by Starlette:
* requests
- Required if you want to use the `TestClient`.
-* aiofiles
- Required if you want to use `FileResponse` or `StaticFiles`.
* jinja2
- Required if you want to use the default template configuration.
* python-multipart
- Required if you want to support form "parsing", with `request.form()`.
* itsdangerous
- Required for `SessionMiddleware` support.
diff --git a/docs/zh/docs/index.md b/docs/zh/docs/index.md
index 85707e573..20755283d 100644
--- a/docs/zh/docs/index.md
+++ b/docs/zh/docs/index.md
@@ -443,7 +443,6 @@ item: Item
用于 Starlette:
* requests
- 使用 `TestClient` 时安装。
-* aiofiles
- 使用 `FileResponse` 或 `StaticFiles` 时安装。
* jinja2
- 使用默认模板配置时安装。
* python-multipart
- 需要通过 `request.form()` 对表单进行「解析」时安装。
* itsdangerous
- 需要 `SessionMiddleware` 支持时安装。