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',