minimal version for qrcode is 7.1 to get to_string

This commit is contained in:
Glandos 2022-05-14 16:03:20 +02:00
parent 9b4834ff55
commit 8b9370088f

View file

@ -40,7 +40,7 @@ install_requires =
Werkzeug>=2,<2.1 # See https://github.com/spiral-project/ihatemoney/pull/1015
itsdangerous>=2,<3
Jinja2>=3,<4
qrcode>=7,<8
qrcode>=7.1,<8
requests>=2.22,<3
SQLAlchemy-Continuum>=1.3.12,<2
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728