Description
Installing Djoser 2.1.0 through pip seems to also install djangorestframework-simplejwt, social-auth-app-django, coreapi etc. by default. The documentation states that these should (can) be installed only when needed. Those two packages seem to have quite a bit of dependencies as well which are causing some installation problems on our Docker-container.
It seems that the change happened between 2.0.5 and 2.1.0 versions when you removed the setup.py and requirements.txt and moved to use poetry and pyproject.toml. I think previously only the django-templated-mail was pretty much the only one needed.
Is the documentation just outdated and you made those packages part of the required dependencies, or? Maybe I'm just missing something, I'm not used to the Python, pip etc.