marcoagner / Flask-QRcode

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
https://marcoagner.github.io/Flask-QRcode/
GNU General Public License v3.0
110 stars 30 forks source link

updated to newer pillow and qr code version #41

Closed racinmat closed 5 months ago

racinmat commented 5 months ago

Fixes #40 I needed to update pytest to make it run on newer dependencies and locally I tested that the tests pass with the qrcode library up to 7.3. See https://github.com/python-pillow/Pillow/compare/8.4.0...9.1.0#diff-5825171055ba5907fd9759b4a5fd5c7fbd369e19df27d7bcf312398f993432e4R849 that's why I allow 9.1 in the newer library.