Explorar el Código

Fixes #8888: Use HTTPS to pull graphene-django branch from GitHub

jeremystretch hace 4 años
padre
commit
57ad730f74
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -14,7 +14,7 @@ django-timezone-field==5.0
 djangorestframework==3.13.1
 djangorestframework==3.13.1
 drf-yasg[validation]==1.20.0
 drf-yasg[validation]==1.20.0
 # Installing from branch pending v2.16 release
 # 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
 gunicorn==20.1.0
 Jinja2==3.0.3
 Jinja2==3.0.3
 Markdown==3.3.6
 Markdown==3.3.6