From 34ce973e715d585c76e5897159682768e9a4e768 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 17 Mar 2022 08:57:13 -0400 Subject: [PATCH] Fixes #8888: Use HTTPS to pull graphene-django branch from GitHub --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ba59fbd5..ca7cb41be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ django-timezone-field==5.0 djangorestframework==3.13.1 drf-yasg[validation]==1.20.0 # Installing from branch pending v2.16 release -git+git://github.com/graphql-python/graphene-django.git@v2 +git+https://github.com/graphql-python/graphene-django.git@v2 gunicorn==20.1.0 Jinja2==3.0.3 Markdown==3.3.6