Casvt / MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://casvt.github.io/MIND/
GNU General Public License v3.0
201 stars 10 forks source link

packages update #66

Closed abuhamsa closed 5 months ago

abuhamsa commented 5 months ago

Is your feature request related to a problem? Please describe. The used packages could need some updates but if you build it from scratch there are breaking changes in the packages

Describe the solution you'd like Update code that the newest packages work

Additional context I think there are some problem with flask and Werkzeug. If you go up to debian 12 (bookworm) you have to take care of venv stuff: https://pythonspeed.com/articles/activate-virtualenv-dockerfile/

Casvt commented 5 months ago

In the development branch, there is already a fix for flask v3. So just build from the dev branch instead of the main branch.