Skip to content

Commit

Permalink
Fix: Remove drf_yasg
Browse files Browse the repository at this point in the history
  • Loading branch information
lordsarcastic committed Jan 24, 2024
1 parent 2540244 commit 5695f77
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 84 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ django-anymail = {extras = ["mailgun"], version = "*"}
pydantic = "*"
pydantic-settings = "*"
dj-database-url = "*"
drf-yasg = "*"

[dev-packages]
ruff = "*"
Expand Down
83 changes: 1 addition & 82 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ class GeneralSettings(BaseSettings):
"djoser",
"anymail",
"corsheaders",
"drf_yasg",
"django_extensions",
]

Expand Down

0 comments on commit 5695f77

Please sign in to comment.