From 7649e1bc99bf779a83ee38cf604cc380a9fb9514 Mon Sep 17 00:00:00 2001 From: Leandro Roberto Date: Mon, 31 Aug 2020 18:41:36 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20retira=20drf-yasg=20at=C3=A9=20corre?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20setuptools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/requirements.txt | 2 +- sapl/settings.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index a60ca4e8c..832185677 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -14,7 +14,7 @@ django-speedinfo==1.4.0 django-extensions==2.1.4 django-image-cropping==1.2 django-webpack-loader==0.6.0 -drf-yasg==1.13.0 +# drf-yasg==1.13.0 - retirado até correção de problemas com setuptools 50.0.0 easy-thumbnails==2.5 python-decouple==3.1 psycopg2-binary==2.7.6.1 diff --git a/sapl/settings.py b/sapl/settings.py index 62b49b69b..381f29ef8 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -83,8 +83,8 @@ INSTALLED_APPS = ( 'crispy_forms', 'floppyforms', - 'drf_yasg', - #'rest_framework_swagger', + #'drf_yasg', + # 'rest_framework_swagger', 'rest_framework', 'rest_framework.authtoken', 'django_filters',