Skip to content

Commit

Permalink
Lock down Flask version
Browse files Browse the repository at this point in the history
This project is not compatible with Flask 1.
  • Loading branch information
kevinburkefreenome committed Aug 6, 2018
1 parent 670b33e commit f9abb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@

#: The installation requirements for Flask-Restless. Flask-SQLAlchemy is not
#: required, so the user must install it explicitly.
REQUIREMENTS = ['flask>=0.10', 'sqlalchemy>=0.8', 'python-dateutil>2.2']
REQUIREMENTS = ['flask>=0.10,<=0.12.4', 'sqlalchemy>=0.8', 'python-dateutil>2.2']

#: The absolute path to this file.
HERE = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit f9abb96

Please sign in to comment.