import-fix

This commit is contained in:
Untone 2023-11-24 05:26:33 +03:00
parent 73797752f2
commit 767c24d5b7

View File

@ -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"