aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorzorun <github@bitsofnetworks.org>2021-04-04 11:06:33 +0200
committerGitHub <noreply@github.com>2021-04-04 11:06:33 +0200
commitdc4d31cafc7732ae7c29d0d057b8433eb746f0dc (patch)
treec208411930922c1bdaff97bc87883681f2794316 /setup.cfg
parent5032e338ab8b96933a1b36d02d35a093e418c5f6 (diff)
downloadihatemoney-mirror-dc4d31cafc7732ae7c29d0d057b8433eb746f0dc.zip
ihatemoney-mirror-dc4d31cafc7732ae7c29d0d057b8433eb746f0dc.tar.gz
ihatemoney-mirror-dc4d31cafc7732ae7c29d0d057b8433eb746f0dc.tar.bz2
Pin SQLAlchemy (#730)
* Pin SQLAlchemy to accounts for API changes Fixes: #728 * Cosmetic fix (tabs vs spaces) Co-authored-by: Baptiste Jonglez <git@bitsofnetworks.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index c56441b..fde228c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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 =