aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
author0livd <github@destras.fr>2017-08-20 12:21:59 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2017-08-20 12:21:59 +0200
commit75104d9c193275855a0119d4e9d34e81bab53f2e (patch)
treedbe3ffe7dbb313ac6bb3aa3599e0a7d4c126c728 /setup.py
parentc7815e48781b6d3a457eaff1808d179402558f8c (diff)
downloadihatemoney-mirror-75104d9c193275855a0119d4e9d34e81bab53f2e.zip
ihatemoney-mirror-75104d9c193275855a0119d4e9d34e81bab53f2e.tar.gz
ihatemoney-mirror-75104d9c193275855a0119d4e9d34e81bab53f2e.tar.bz2
Add python 3.6 support (#259)
Closes #253
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f346248..0ba3784 100644
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,7 @@ REQUIREMENTS = [
'flask-sqlalchemy',
'flask-mail>=0.8',
'Flask-Migrate>=1.8.0',
+ 'Flask-script',
'flask-babel',
'flask-rest',
'jinja2>=2.6',