We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67420a0 commit 0cc98e2Copy full SHA for 0cc98e2
README.rst
@@ -108,5 +108,6 @@ Here are some example codes::
108
Dependencies
109
=============
110
111
+* Flask
112
* pyexcel
113
* pyexcel-webio
setup.py
@@ -10,7 +10,8 @@
10
11
dependencies = [
12
'pyexcel>=0.1.2',
13
- 'pyexcel-webio>=0.0.1'
+ 'pyexcel-webio>=0.0.1',
14
+ 'Flask>=0.10.1'
15
]
16
17
setup(
0 commit comments