bitraf / p2k16

Bitraf's self-server system for doors, memberships and tools.
https://bitraf.no
MIT License
10 stars 11 forks source link

Upgrade dependencies #105

Open trygvis opened 3 years ago

trygvis commented 3 years ago

The dependencies really needs a bump, but both SQLAlchemy and Flask have breaking changes from new major versions. This needs to be reviews/fully tested, but there are also some stale libraries that we depend on.

Misc related issues:

trygvis commented 3 years ago

It would be nice to drop the recent workarounds for missing auto-detection of http vs https when using flask.url_for() with this: https://werkzeug.palletsprojects.com/en/2.0.x/middleware/proxy_fix/