Skip to content

Commit

Permalink
Pin SQLAlchemy (#730)
Browse files Browse the repository at this point in the history
* Pin SQLAlchemy to accounts for API changes

Fixes: #728

* Cosmetic fix (tabs vs spaces)

Co-authored-by: Baptiste Jonglez <[email protected]>
  • Loading branch information
zorun and Baptiste Jonglez authored Apr 4, 2021
1 parent 5032e33 commit dc4d31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ install_requires =
Flask-Script~=2.0
Flask-SQLAlchemy~=2.4
Flask-WTF~=0.14,>=0.14.3 # See b76da172652da94c1f9c4b2fdd965375da8a2c3f
WTForms~=2.2.1,<2.3 # See #567
WTForms~=2.2.1,<2.3 # See #567
Flask~=1.1
itsdangerous~=1.1
Jinja2~=2.11
requests~=2.22
SQLAlchemy-Continuum~=1.3
SQLAlchemy~=1.3.0 # New 1.4 changes API, see #728

[options.extras_require]
dev =
Expand Down

0 comments on commit dc4d31c

Please sign in to comment.