Replace rest_framework_swagger with drf_yasg

rest_framework is deprecated see https://github.com/marcgibbons/django-rest-swagger#django-rest-swagger-deprecated-2019-06-04
This commit is contained in:
sonny 2020-03-02 20:14:38 +01:00
parent acd9bd30cb
commit a87d4f387f
8 changed files with 18 additions and 52 deletions

View file

@ -7,7 +7,7 @@ django-axes==5.2.2
Django==2.2
django-celery-beat==1.5.0
djangorestframework==3.9.4
django-rest-swagger==2.2.0
drf-yasg==1.17.1
django-registration-redux==2.6
lxml==4.4.2
feedparser==5.2.1