1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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

This commit is contained in:
jeremystretch
2022-03-17 08:57:13 -04:00
parent 2101f714cc
commit 57ad730f74

View File

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