datamade / django-councilmatic-notifications

Notifications app for Django Councilmatic
MIT License
1 stars 0 forks source link

Address compatability warning for django-councilmatic #30

Open reginafcompton opened 5 years ago

reginafcompton commented 5 years ago

Installing the requirements on NYC raises:

django-councilmatic-notifications 0.1.26 has requirement django-councilmatic<=0.8.7,>=0.7, but you'll have django-councilmatic 0.10.5 which is incompatible.

NYC (which sends email notifications) has been running on a version of councilmatic, later than 0.8.7, without trouble. So, we should be able to safely adjust this dependency boundary.