jazzband / django-newsletter

An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
GNU Affero General Public License v3.0
849 stars 205 forks source link

Is there a reason why ldif3 < 3.2 must be included as a dependency? #363

Open gabn88 opened 3 years ago

gabn88 commented 3 years ago

This is in conflict with another package I use, which uses ldif3-3.2.2. I was wondering if this dependency could be relaxed?

gabn88 commented 3 years ago

Actually, after digging deeper, the dependency should be remove alltogether and python-ldap should be used (https://github.com/xi/ldif3#deprecated)