Add testing dependencies #1026

This commit is contained in:
sm-Fifteen 2020-02-29 08:23:41 -05:00 committed by GitHub
parent 48b5ef1681
commit bd407ca705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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",