Skip to content

Commit

Permalink
Update Uvicorn install for 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Oct 3, 2020
1 parent 600c951 commit 13fa37d
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 4 deletions.
116 changes: 113 additions & 3 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.8"
gunicorn = "^20"
uvicorn = "^0.12"
uvicorn = {version = "^0.12.1", extras = ["standard"]}
fastapi = {version = "^0.61", optional = true}
starlette = {version = "^0.13", optional = true}

Expand Down

0 comments on commit 13fa37d

Please sign in to comment.