removed unused djoser

This commit is contained in:
Rushil Umaretiya 2020-12-13 13:52:45 -05:00
parent 9c45208d0a
commit fe1791595f
2 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,7 @@ django-cockroachdb = "*"
psycopg2 = "*"
pillow = "*"
django-crispy-forms = "*"
djoser = "*"
[dev-packages]
isort = "*"

View File

@ -40,7 +40,6 @@ INSTALLED_APPS = [
"config",
"rest_framework",
"api",
"djoser",
"crispy_forms",
]
CRISPY_TEMPLATE_PACK = "bootstrap4"