Skip to content

Commit

Permalink
added fastapi[all] to dependencies to fix httpx error
Browse files Browse the repository at this point in the history
  • Loading branch information
GameSetAndMatch committed Jul 13, 2023
1 parent 7ec8c82 commit f482506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fasttext-wheel
pandas
urllib3
cloudpathlib[s3, gs, azure]
fastapi
fastapi[all]
uvicorn
sentry-sdk[fastapi]
python-decouple
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def main():
"pandas",
"urllib3",
"cloudpathlib[s3, gs, azure]",
"fastapi",
"fastapi[all]",
"uvicorn",
"sentry-sdk[fastapi]",
"python-decouple",
Expand Down

0 comments on commit f482506

Please sign in to comment.