Skip to content

Commit

Permalink
Add back requests as a testing requirement for starlette test client
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin-b committed Sep 21, 2020
1 parent f66fdfe commit 293aa86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
extras_require={
"testing": [
# Used to check starlette endpoint
"requests",
"starlette==0.13.*",
# Used to check flask-restx endpoint
"flask-restx==0.2.*",
Expand Down

0 comments on commit 293aa86

Please sign in to comment.