8000
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 807e16a commit 5a1d685Copy full SHA for 5a1d685
pyexcel.yml
@@ -27,6 +27,13 @@ extra_dependencies:
27
- pyexcel-xlsx>=0.5.0
28
- ods:
29
- pyexcel-ods3>=0.5.0
30
+test_dependencies:
31
+ - flask
32
+ - SQLAlchemy
33
+ - pyexcel-xlsx>=0.4.1
34
+ - pyexcel-xls>=0.4.1
35
+ - pyexcel-text>=0.2.0
36
+ - psutil
37
description: A wrapper library that provides one API to read, manipulate and write data in different excel formats
38
python_requires: ">=3.6"
39
min_python_version: "3.6"
tests/requirements.txt
@@ -8,3 +8,9 @@ isort
8
collective.checkdocs
9
pygments
10
moban
11
+flask
12
+SQLAlchemy
13
+pyexcel-xlsx>=0.4.1
14
+pyexcel-xls>=0.4.1
15
+pyexcel-text>=0.2.0
16
+psutil
0 commit comments