You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: