Skip to content

Commit b12c137

Browse files
add jinja2 to fastapi test dependencies
1 parent 94112bb commit b12c137

File tree

4 files changed

+43
-48
lines changed

4 files changed

+43
-48
lines changed

scripts/populate_tox/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"python-multipart",
124124
"requests",
125125
"anyio<4",
126+
"jinja2",
126127
],
127128
# There's an incompatibility between FastAPI's TestClient, which is
128129
# actually Starlette's TestClient, which is actually httpx's Client.

0 commit comments

Comments
 (0)