Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No more Flask 0.8.1 anyway, app context stack is missing
  • Loading branch information
nightkr committed Oct 13, 2012
1 parent 2dbeb0f commit cb173bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ python:
- "pypy"
env:
- FLASK_VERSION=0.9
- FLASK_VERSION=0.8.1
install:
- "pip install -r requirements.txt --use-mirrors"
- "pip install flask==$FLASK_VERSION --use-mirrors"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@ def run_tests(self):
platforms='any',
install_requires=[
'Werkzeug>=0.7',
'Flask>=0.8.1',
'Flask>=0.9',
],
tests_require=[
'pytest>=2.2.4',
Expand Down

0 comments on commit cb173bf

Please sign in to comment.