8000 :green_heart: update test dependencies · blog2i2j/pyexcel.._..pyexcel@5a1d685 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5a1d685

Browse files
committed
💚 update test dependencies
1 parent 807e16a commit 5a1d685

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pyexcel.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ extra_dependencies:
2727
- pyexcel-xlsx>=0.5.0
2828
- ods:
2929
- 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
3037
description: A wrapper library that provides one API to read, manipulate and write data in different excel formats
3138
python_requires: ">=3.6"
3239
min_python_version: "3.6"

tests/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ isort
88
collective.checkdocs
99
pygments
1010
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

Comments
 (0)
0