mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
unpin sqlalchemy to 1.3
sqlalchemy-continuum's latest release supports sqlalchemy 1.4
This commit is contained in:
parent
8fe7bbdf4c
commit
c93acbfa2f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ install_requires =
|
|||
Jinja2>=3,<4
|
||||
requests>=2.22,<3
|
||||
SQLAlchemy-Continuum>=1.3.9,<2
|
||||
SQLAlchemy>=1.3.0,<1.4 # New 1.4 changes API, see #728
|
||||
SQLAlchemy>=1.3.0,<1.5
|
||||
python-dateutil
|
||||
|
||||
[options.extras_require]
|
||||
|
|
Loading…
Reference in a new issue