Skip to content

Commit df82bcd

Browse files
committed
Updates Flask version requirement to 1.0.
1 parent 90256d3 commit df82bcd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ currently include versions 2.6, 2.7, 3.3, and 3.4.
1313
Flask-Restless has the following dependencies (which will be automatically
1414
installed if you use ``pip``):
1515

16-
* `Flask`_ version 0.10 or greater
16+
* `Flask`_ version 1.0 or greater
1717
* `SQLAlchemy`_ version 0.8 or greater
1818
* `mimerender`_ version 0.5.2 or greater
1919
* `python-dateutil`_ version strictly greater than 2.2

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flask>=0.10
1+
flask>=1.0
22
flask-sqlalchemy>=0.10
33
sqlalchemy>=0.8
44
python-dateutil>2.2

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>=1.0', 'sqlalchemy>=0.8', 'python-dateutil>2.2',
4747
'mimerender>=0.5.2']
4848

4949
#: The absolute path to this file.

0 commit comments

Comments
 (0)