Skip to content

Commit bd407ca

Browse files
authored
➕ Add testing dependencies fastapi#1026
1 parent 48b5ef1 commit bd407ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,10 @@ test = [
5555
"databases[sqlite]",
5656
"orjson",
5757
"async_exit_stack",
58-
"async_generator"
58+
"async_generator",
59+
"python-multipart",
60+
"aiofiles",
61+
"ujson"
5962
]
6063
doc = [
6164
"mkdocs",

0 commit comments

Comments
 (0)