Skip to content

Commit d5cfde4

Browse files
committed
Removed the lines that are not needed
1 parent b0081f5 commit d5cfde4

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

docs/advanced/async-tools.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ To run the example, you need to install some required packages. Use the followin
1616
pip install sqlmodel asyncpg fastapi uvicorn
1717
```
1818

19-
## Required Libraries:
20-
21-
- **FastAPI**: A modern, asynchronous web framework.
22-
- **SQLModel**: An ORM based on SQLAlchemy and Pydantic for easier database interaction.
23-
- **asyncpg**: An asynchronous PostgreSQL driver.
24-
2519
## Final code
2620
```
2721
from contextlib import asynccontextmanager

0 commit comments

Comments
 (0)