Skip to content

Commit 149a937

Browse files
Lock down Flask version
This project is not compatible with Flask 1.
1 parent 2559d02 commit 149a937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

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

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

0 commit comments

Comments
 (0)