From 767c24d5b7eb93eadc584d496c2a46b7d7de99de Mon Sep 17 00:00:00 2001 From: Untone Date: Fri, 24 Nov 2023 05:26:33 +0300 Subject: [PATCH] import-fix --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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"