mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-25 00:37:44 -04:00
➕ Add testing dependencies #1026
This commit is contained in:
@@ -55,7 +55,10 @@ test = [
|
||||
"databases[sqlite]",
|
||||
"orjson",
|
||||
"async_exit_stack",
|
||||
"async_generator"
|
||||
"async_generator",
|
||||
"python-multipart",
|
||||
"aiofiles",
|
||||
"ujson"
|
||||
]
|
||||
doc = [
|
||||
"mkdocs",
|
||||
|
||||
Reference in New Issue
Block a user