diff --git a/new-registration-app/pyproject.toml b/new-registration-app/pyproject.toml index 14b645c..58af517 100644 --- a/new-registration-app/pyproject.toml +++ b/new-registration-app/pyproject.toml @@ -7,6 +7,7 @@ requires-python = ">=3.13" dependencies = [ "fastapi[standard]>=0.116.0", "sqlmodel>=0.0.24", + "uvicorn[standard]>=0.35.0", ] [dependency-groups] diff --git a/new-registration-app/templates/base.html b/new-registration-app/templates/base.html index 0272fa3..ad01ab9 100644 --- a/new-registration-app/templates/base.html +++ b/new-registration-app/templates/base.html @@ -22,14 +22,14 @@ diff --git a/new-registration-app/uv.lock b/new-registration-app/uv.lock index 9afc267..4dea1d6 100644 --- a/new-registration-app/uv.lock +++ b/new-registration-app/uv.lock @@ -329,6 +329,7 @@ source = { virtual = "." } dependencies = [ { name = "fastapi", extra = ["standard"] }, { name = "sqlmodel" }, + { name = "uvicorn", extra = ["standard"] }, ] [package.dev-dependencies] @@ -341,6 +342,7 @@ dev = [ requires-dist = [ { name = "fastapi", extras = ["standard"], specifier = ">=0.116.0" }, { name = "sqlmodel", specifier = ">=0.0.24" }, + { name = "uvicorn", extras = ["standard"], specifier = ">=0.35.0" }, ] [package.metadata.requires-dev]