Allow flask 0.10 in setup.py.
This commit is contained in:
parent
c6fdab554b
commit
5a1b618ce0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -11,7 +11,7 @@ import versioneer
|
|||
|
||||
# Requirements for our application
|
||||
INSTALL_REQUIRES = [
|
||||
"flask==0.9",
|
||||
"flask>=0.9,<0.11",
|
||||
"werkzeug==0.8.3",
|
||||
"tornado==4.0.1",
|
||||
"sockjs-tornado>=1.0.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue