mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Update flask-babel requirement from ~=1.0 to >=1,<3
Updates the requirements on [flask-babel](https://github.com/python-babel/flask-babel) to permit the latest version. - [Release notes](https://github.com/python-babel/flask-babel/releases) - [Commits](https://github.com/python-babel/flask-babel/compare/v1.0.0...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
43ee61afe8
commit
2c90311a90
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ install_requires =
|
|||
cachetools~=4.1
|
||||
debts~=0.5
|
||||
email_validator~=1.0
|
||||
Flask-Babel~=1.0
|
||||
Flask-Babel>=1,<3
|
||||
Flask-Cors~=3.0
|
||||
Flask-Mail~=0.9
|
||||
Flask-Migrate>=2.5.3,<3 # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
|
||||
|
|
Loading…
Reference in a new issue