Add starlette test dependency

This commit is contained in:
Matthias 2022-11-14 13:08:29 +00:00
parent ce269b7984
commit c72ffad698
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ pytest-random-order==1.0.4
isort==5.10.1
# For datetime mocking
time-machine==2.8.2
# fastapi testing
httpx==0.23.0
# Convert jupyter notebooks to markdown documents
nbconvert==7.2.3