Skip to content

Commit 6c85038

Browse files
committed
Removed aiofiles dependency
1 parent f0f8d6b commit 6c85038

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pip install fastapi-debug-toolbar
1313
The following packages are automatically installed:
1414

1515
* [Jinja2](https://github.com/pallets/jinja) for toolbar templates.
16-
* [aiofiles](https://github.com/Tinche/aiofiles) to serve toolbar static files.
1716
* [pyinstrument](https://github.com/joerick/pyinstrument) for profiling support.
1817

1918
## Quickstart

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ classifiers = [
4343

4444
dependencies = [
4545
"fastapi >=0.70.0",
46-
"aiofiles >= 0.2.1",
4746
"anyio >=3.0.0",
4847
"Jinja2 >=2.9",
4948
"pyinstrument >=3.0.0",

0 commit comments

Comments
 (0)