mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 09:22:38 +02:00
try to use sqlalchemy 1.4 to see if tests are ok with monkeypatching
This commit is contained in:
parent
d5bc85cfb6
commit
172f9e16f2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ install_requires =
|
|||
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
|
||||
SQLAlchemy>=1.3.0,<1.5 # New 1.4 changes API, see #728
|
||||
python-dateutil
|
||||
|
||||
[options.extras_require]
|
||||
|
|
Loading…
Reference in a new issue