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
I am trying to remove the phonenumbers dependency, but it looks like it is required.
The documentation states:
This project uses django-phonenumber-field which requires either phonenumbers or phonenumberslite to be installed.
However the release notes for 1.14.0 say:
BREAKING: The phone capability moved to a plugins folder, so if you use that
capability and want to keep it, you should add two_factor.plugins.phonenumber
line in your INSTALLED_APPS setting.
When I have removed the import of phonenumbers from my requirements file, I get:
ModuleNotFoundError: No module named 'phonenumbers'
I am trying to remove the phonenumbers dependency, but it looks like it is required.
The documentation states:
However the release notes for 1.14.0 say:
When I have removed the import of
phonenumbers
from my requirements file, I get:from the import on this line.
My settings have the following:
Steps to Reproduce (for bugs)
Try to build project without the phonenumbers dependency.
Context
Trying to remove the
phonenumbers
dependency but cannot do so.Your Environment
The text was updated successfully, but these errors were encountered: