From 9ac769e4f851356cdcd4991542d40cba47339bf7 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 7 Feb 2022 11:32:02 -0500 Subject: [PATCH] Pull graphene-django from v2 branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26a0151e0..1239ed205 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ djangorestframework==3.12.4 drf-yasg[validation]==1.20.0 #graphene_django==2.15.0 # Installing from PR origin temporarily -git+git://github.com/MisterGlass/graphene-django.git +git+git://github.com/graphql-python/graphene-django.git@v2 gunicorn==20.1.0 Jinja2==3.0.3 Markdown==3.3.6