mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
minimal version for qrcode is 7.1 to get to_string
This commit is contained in:
parent
9b4834ff55
commit
8b9370088f
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ install_requires =
|
||||||
Werkzeug>=2,<2.1 # See https://github.com/spiral-project/ihatemoney/pull/1015
|
Werkzeug>=2,<2.1 # See https://github.com/spiral-project/ihatemoney/pull/1015
|
||||||
itsdangerous>=2,<3
|
itsdangerous>=2,<3
|
||||||
Jinja2>=3,<4
|
Jinja2>=3,<4
|
||||||
qrcode>=7,<8
|
qrcode>=7.1,<8
|
||||||
requests>=2.22,<3
|
requests>=2.22,<3
|
||||||
SQLAlchemy-Continuum>=1.3.12,<2
|
SQLAlchemy-Continuum>=1.3.12,<2
|
||||||
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
|
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
|
||||||
|
|
Loading…
Reference in a new issue