Skip to content

Commit

Permalink
🔨 use pyexcel-io 0.5.10 please
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 27, 2018
1 parent f1bf761 commit ee6af2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .moban.d/tests/test_formatters.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'tests/test_formatters.py.jj2' %}

{% block test_date_format %}
{% endblock %}
{% endblock %}
2 changes: 1 addition & 1 deletion pyexcel-ods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ current_version: 0.5.4
release: 0.5.4
file_type: ods
dependencies:
- pyexcel-io>=0.5.9
- pyexcel-io>=0.5.10
- odfpy==1.3.5
description: A wrapper library to read, manipulate and write data in ods format
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyexcel-io>=0.5.9
pyexcel-io>=0.5.10
odfpy==1.3.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
]

INSTALL_REQUIRES = [
'pyexcel-io>=0.5.9',
'pyexcel-io>=0.5.10',
'odfpy==1.3.5',
]
SETUP_COMMANDS = {}
Expand Down

0 comments on commit ee6af2a

Please sign in to comment.