Skip to content

Commit

Permalink
Replace django-rest-swagger w/ drf-yasg (#29)
Browse files Browse the repository at this point in the history
The former is deprecated and not working with >= Django 3.0.
  • Loading branch information
Toreno96 authored Jul 20, 2020
1 parent 317441e commit 71deeed
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 93 deletions.
3 changes: 1 addition & 2 deletions services/backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ requests = "*"
six = "*"
whitenoise = "*"


[dev-packages]
black = "==19.10b0"
django-rest-swagger = "*"
factory_boy = "==2.12.0"
flake8 = "*"
pytest = "==5.4.1"
pytest-django = "~=3.9"
pytest-dotenv = "*"
pytest-factoryboy = "~=2.0"
pytest-mock = "*"
drf-yasg = "*"

[requires]
python_version = "3.8"
Loading

0 comments on commit 71deeed

Please sign in to comment.