mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 13:36:41 +00:00
➕ Add testing dependencies #1026
This commit is contained in:
parent
48b5ef1681
commit
bd407ca705
1 changed files with 4 additions and 1 deletions
|
|
@ -55,7 +55,10 @@ test = [
|
||||||
"databases[sqlite]",
|
"databases[sqlite]",
|
||||||
"orjson",
|
"orjson",
|
||||||
"async_exit_stack",
|
"async_exit_stack",
|
||||||
"async_generator"
|
"async_generator",
|
||||||
|
"python-multipart",
|
||||||
|
"aiofiles",
|
||||||
|
"ujson"
|
||||||
]
|
]
|
||||||
doc = [
|
doc = [
|
||||||
"mkdocs",
|
"mkdocs",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue