diff --git a/setup.cfg b/setup.cfg index 76802e36..79af1ffc 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