]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:heavy_plus_sign: Add testing dependencies #1026
authorsm-Fifteen <516999+sm-Fifteen@users.noreply.github.com>
Sat, 29 Feb 2020 13:23:41 +0000 (08:23 -0500)
committerGitHub <noreply@github.com>
Sat, 29 Feb 2020 13:23:41 +0000 (14:23 +0100)
pyproject.toml

index 768eac08236d0f310fb88b32aba16783d2479a68..7761a54c9fdb10d605cbe460b031691e0c33a73a 100644 (file)
@@ -55,7 +55,10 @@ test = [
     "databases[sqlite]",
     "orjson",
     "async_exit_stack",
-    "async_generator"
+    "async_generator",
+    "python-multipart",
+    "aiofiles",
+    "ujson"
 ]
 doc = [
     "mkdocs",