Skip to content

Commit

Permalink
Add explicit dependency on requests library
Browse files Browse the repository at this point in the history
  • Loading branch information
dleen committed Jan 11, 2024
1 parent 1e80c1f commit d14099f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ tokenizers = "*"
click = "*"
jinja2 = "^3.1.2"
aiohttp = "*"
requests = "^2.31.0"

uvicorn = {version = "^0.22.0", optional = true}
gunicorn = {version = "^21.2.0", optional = true}
Expand Down

0 comments on commit d14099f

Please sign in to comment.