mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-14 16:31:49 +02:00
Compare commits
3 commits
4754fa0502
...
321824d4c0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
321824d4c0 | ||
![]() |
752c80d29f | ||
![]() |
1284a2222f |
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ dependencies = [
|
|||
"email_validator>=1.0,<3",
|
||||
"Flask>=2,<4",
|
||||
"Flask-Babel>=1.0,<4",
|
||||
"Flask-Cors>=3.0.8,<4",
|
||||
"Flask-Cors>=3.0.8,<6",
|
||||
"Flask-Limiter>=2.6,<3",
|
||||
"Flask-Mail>=0.9.1,<1",
|
||||
"Flask-Migrate>=2.5.3,<5", # Not following semantic versioning (e.g. https://github.com/miguelgrinberg/flask-migrate/commit/1af28ba273de6c88544623b8dc02dd539340294b)
|
||||
|
@ -47,7 +47,7 @@ dependencies = [
|
|||
"requests>=2.25,<3",
|
||||
"SQLAlchemy>=1.3.0,<1.5",
|
||||
"SQLAlchemy-Continuum>=1.3.12,<2", # New 1.4 changes API, see #728
|
||||
"Werkzeug>=2,<3",
|
||||
"Werkzeug>=2,<4",
|
||||
"WTForms>=2.3.3,<3.3",]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Reference in a new issue