We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0f8d6b commit 6c85038Copy full SHA for 6c85038
2 files changed
docs/index.md
@@ -13,7 +13,6 @@ pip install fastapi-debug-toolbar
13
The following packages are automatically installed:
14
15
* [Jinja2](https://github.com/pallets/jinja) for toolbar templates.
16
- * [aiofiles](https://github.com/Tinche/aiofiles) to serve toolbar static files.
17
* [pyinstrument](https://github.com/joerick/pyinstrument) for profiling support.
18
19
## Quickstart
pyproject.toml
@@ -43,7 +43,6 @@ classifiers = [
43
44
dependencies = [
45
"fastapi >=0.70.0",
46
- "aiofiles >= 0.2.1",
47
"anyio >=3.0.0",
48
"Jinja2 >=2.9",
49
"pyinstrument >=3.0.0",
0 commit comments