Stick with the older Flask-Script module for Python 2.6

This commit is contained in:
Dave Page 2017-09-11 09:09:49 +01:00
parent ac2512799e
commit 8b1aeadaf0

View File

@ -42,3 +42,4 @@ Werkzeug==0.9.6
WTForms==2.0.2
backports.csv==1.0.4; python_version <= '2.7'
Flask-Paranoid==0.1.0
Flask-Script==2.0.5; python_version < '2.7'