Skip to content

Commit

Permalink
update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Dec 22, 2016
1 parent 8ab2590 commit 0f98e30
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion min_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyexcel==0.3.4
pyexcel==0.4.0
tabulate==0.7.4
2 changes: 1 addition & 1 deletion pyexcel_text.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ release: 0.2.4
file_type: text
nodocs: true
dependencies:
- pyexcel>=0.3.4
- pyexcel>=0.4.0
- tabulate>=0.7.4
description: A plugin to pyexcel and provides the capability to present and write data in text formats
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyexcel>=0.3.4
pyexcel>=0.4.0
tabulate>=0.7.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]

INSTALL_REQUIRES = [
'pyexcel>=0.3.4',
'pyexcel>=0.4.0',
'tabulate>=0.7.4',
]

Expand Down

0 comments on commit 0f98e30

Please sign in to comment.