From 0550e88a9ad8fba12ce86078da90878064fb81e3 Mon Sep 17 00:00:00 2001 From: eribeiro Date: Wed, 9 Sep 2020 13:57:59 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20retorna=20drf-yasg=20ap=C3=B3s=20por?= =?UTF-8?q?t=20p/=20Debian?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements/requirements.txt | 2 +- sapl/settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 832185677..a60ca4e8c 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 - retirado até correção de problemas com setuptools 50.0.0 +drf-yasg==1.13.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 acacdea00..075089070 100644 --- a/sapl/settings.py +++ b/sapl/settings.py @@ -83,7 +83,7 @@ INSTALLED_APPS = ( 'crispy_forms', 'floppyforms', - #'drf_yasg', + 'drf_yasg', # 'rest_framework_swagger', 'rest_framework', 'rest_framework.authtoken',