Skip to content

Commit 0f98e30

Browse files
committed
update dependency
1 parent 8ab2590 commit 0f98e30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

min_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel==0.3.4
1+
pyexcel==0.4.0
22
tabulate==0.7.4

pyexcel_text.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ release: 0.2.4
66
file_type: text
77
nodocs: true
88
dependencies:
9-
- pyexcel>=0.3.4
9+
- pyexcel>=0.4.0
1010
- tabulate>=0.7.4
1111
description: A plugin to pyexcel and provides the capability to present and write data in text formats

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel>=0.3.4
1+
pyexcel>=0.4.0
22
tabulate>=0.7.4

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151

5252
INSTALL_REQUIRES = [
53-
'pyexcel>=0.3.4',
53+
'pyexcel>=0.4.0',
5454
'tabulate>=0.7.4',
5555
]
5656

0 commit comments

Comments
 (0)