From 8b9370088fec8ab0fc993e0359d41422265e8c81 Mon Sep 17 00:00:00 2001 From: Glandos Date: Sat, 14 May 2022 16:03:20 +0200 Subject: [PATCH] minimal version for qrcode is 7.1 to get to_string --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 76802e366..79af1ffcb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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