Skip to content

Commit

Permalink
update flask dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 22, 2015
1 parent 67420a0 commit 0cc98e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ Here are some example codes::
Dependencies
=============

* Flask
* pyexcel
* pyexcel-webio
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

dependencies = [
'pyexcel>=0.1.2',
'pyexcel-webio>=0.0.1'
'pyexcel-webio>=0.0.1',
'Flask>=0.10.1'
]

setup(
Expand Down

0 comments on commit 0cc98e2

Please sign in to comment.