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
#126 enabled the use of Unidecode as alternative to to text-unidecode. However it would be nice if there was an alternative to avoid installing GPL dependencies.
As a first step it would be great if one could call slugify with allow_unicode=True that works without any of the GPL dependencies installed.
The text was updated successfully, but these errors were encountered:
C-nit
changed the title
Enable installation without GPL dependencies (text-unidecode)
Enable installation without GPL dependencies
Feb 22, 2023
There are no GPL dependencies. Unidecode author: "using the API creates no dependencies". We've included two ways of installing it. Whichever way we choose to go first, some people object. Hence no more license-related changes.
#126 enabled the use of
Unidecode
as alternative to totext-unidecode
. However it would be nice if there was an alternative to avoid installing GPL dependencies.As a first step it would be great if one could call
slugify
withallow_unicode=True
that works without any of the GPL dependencies installed.The text was updated successfully, but these errors were encountered: