diff --git a/pyproject.toml b/pyproject.toml index b40d60b..0c01ccc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ sentry-sdk = "^1.32.0" gql = {git = "https://github.com/graphql-python/gql.git", rev = "master"} ariadne = {git = "https://github.com/tonyrewin/ariadne.git", rev = "master"} starlette = {git = "https://github.com/encode/starlette.git", rev = "master"} +uvicorn = "^0.24.0.post1" [tool.poetry.dev-dependencies] pytest = "^7.4.2"