Browse Source

⬆ Add `uvicorn[standard] to include `watchgod` and `uvloop` (#438)

Co-authored-by: AlonMenczer <alonm@spotnix.io>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pull/13907/head
alm 1 year ago
committed by GitHub
parent
commit
619b230e47
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      backend/pyproject.toml

2
backend/pyproject.toml

@ -6,7 +6,7 @@ authors = ["Admin <admin@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
uvicorn = "^0.24.0.post1"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
fastapi = "^0.104.1"
python-multipart = "^0.0.6"
email-validator = "^2.1.0.post1"

Loading…
Cancel
Save