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
size of phonenumberslite package is 5Mb vs 32.8M of phonenumbers. Also phonenumbers has larger memory footprint. Validation works same in both packages.
Thanks for this useful package! I agree - dependencies like twilio and nexmo should be optional. This is especially important for docker images, e.g. in my image:
There are two things here, The first is making the backend dependencies optional depending on which SMS backend developer opts for. I will cover this in #87
The other one is to replace phonenumbers with phonenumberslite which I'll handle in another PR, unless of course anyone wants to put in a PR for this :)
It will allow to choose between phonenumbers and phonenumberslite, how it is done in phonenumber_field.
Optional twilio and nexmo dependencies also make sense.
The text was updated successfully, but these errors were encountered: