mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Update sqlalchemy requirement from ~=1.3.0 to >=1.3,<1.5
Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/master/CHANGES) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0e6d0d622f
commit
775e7d1a2c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ install_requires =
|
||||||
Jinja2~=2.11
|
Jinja2~=2.11
|
||||||
requests~=2.22
|
requests~=2.22
|
||||||
SQLAlchemy-Continuum~=1.3
|
SQLAlchemy-Continuum~=1.3
|
||||||
SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728
|
SQLAlchemy>=1.3,<1.5 # New 1.4 changes API, see #728
|
||||||
|
|
||||||
[options.extras_require]
|
[options.extras_require]
|
||||||
dev =
|
dev =
|
||||||
|
|
Loading…
Reference in a new issue