Commit c8d7dadc authored by Martin Juhas's avatar Martin Juhas
Browse files

add ariadne_django

parent 54a0cb19
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -45,6 +45,21 @@ telemetry = ["opentelemetry-api"]
test = ["aiodataloader", "freezegun", "graphql-sync-dataloaders", "httpx", "opentelemetry-api", "opentracing", "pytest", "pytest-asyncio", "pytest-benchmark", "pytest-cov", "pytest-mock", "python-multipart (>=0.0.5)", "syrupy", "werkzeug"]
tracing = ["opentracing"]

[[package]]
name = "ariadne-django"
version = "0.3.0"
description = "ariadne_django is a python library for integrating django with ariadne."
optional = false
python-versions = "*"
files = [
    {file = "ariadne_django-0.3.0-py3-none-any.whl", hash = "sha256:3c638993e2cf1d2f579ec8735a7dfdbb57d5420c8eb2ae09b93880746e2764c6"},
    {file = "ariadne_django-0.3.0.tar.gz", hash = "sha256:19aca29d35398564ea59749a9c28b79cf11cf79f6fbb3d017d7e15d56157ae96"},
]

[package.dependencies]
ariadne = ">=0.13.0"
django = ">=2.2.0"

[[package]]
name = "asgiref"
version = "3.8.1"
@@ -2646,4 +2661,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.8"
content-hash = "89169c203d9324f9edd460732125139002d3ac91aeb930dd065d60a315ece14f"
content-hash = "0ef1a54f69f242be2eaa0b7c3bcefcce765f198ed994849ba82956af02bc9364"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
psycopg2-binary = "^2.9.9"
ariadne = "^0.23.0"
channels = "^3.0.5"
ariadne-django = "^0.3.0"

[tool.poetry.group.dev.dependencies]
mypy = "^1.4"