codeforboston / police-data-trust

A national archive of police data collected by journalists, lawyers, and activists around the country.
https://www.nationalpolicedata.org
MIT License
47 stars 81 forks source link

Flask-User package is deprecated and no longer available from pypi. #403

Open zganger opened 5 months ago

zganger commented 5 months ago

This app depends on flask-user for some components of auth. It has not been updated in years and has been removed from Pypi, so is uninstallable to new project users. We need to find a suitable replacement. Flask-login is a possibility but not a requirement.

https://github.com/lingthio/Flask-User/issues/341