diff --git a/base_requirements.txt b/base_requirements.txt index 574abac41..67208ef47 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -14,10 +14,6 @@ django-debug-toolbar # https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst django-filter -# Django debug toolbar extension with support for GraphiQL -# https://github.com/flavors/django-graphiql-debug-toolbar/blob/main/CHANGES.rst -django-graphiql-debug-toolbar - # HTMX utilities for Django # https://django-htmx.readthedocs.io/en/latest/changelog.html django-htmx diff --git a/netbox/netbox/settings.py b/netbox/netbox/settings.py index 5692122d1..4cf34d7bd 100644 --- a/netbox/netbox/settings.py +++ b/netbox/netbox/settings.py @@ -365,7 +365,6 @@ INSTALLED_APPS = [ 'django.forms', 'corsheaders', 'debug_toolbar', - 'graphiql_debug_toolbar', 'django_filters', 'django_htmx', 'django_tables2', diff --git a/requirements.txt b/requirements.txt index c4b8c4173..b6667b4de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,6 @@ Django==5.0.3 django-cors-headers==4.3.1 django-debug-toolbar==4.3.0 django-filter==24.1 -django-graphiql-debug-toolbar==0.2.0 django-htmx==1.17.3 django-mptt==0.14.0 django-pglocks==1.0.4