HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage
MIT License
431 stars 94 forks source link

Stop depending on ancient Flask version #48

Closed patrislav1 closed 2 years ago

patrislav1 commented 2 years ago

This patch tries to solve the same problem as https://github.com/HBehrens/puncover/pull/47 - but instead of keeping the ancient Flask 0.10.1 from 9 years ago and pinning all transitive dependencies, it accepts newer versions of Flask, and only pins the versions of werkzeug and Jinja2 (used by puncover directly) to versions just before they changed the API too much.

It works like this on my Ubuntu 20.04 / Python 3.8.10 system.

noahp commented 2 years ago

I believe this is now addressed on master, closing (but please re-open if wrong!)