mirror of https://github.com/tiangolo/fastapi.git
➕ Add testing dependencies #1026
This commit is contained in:
parent
48b5ef1681
commit
bd407ca705
|
|
@ -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 New Issue