Skip to content

Commit ee6af2a

Browse files
committed
🔨 use pyexcel-io 0.5.10 please
1 parent f1bf761 commit ee6af2a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.moban.d/tests/test_formatters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{% extends 'tests/test_formatters.py.jj2' %}
22

33
{% block test_date_format %}
4-
{% endblock %}
4+
{% endblock %}

pyexcel-ods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ current_version: 0.5.4
66
release: 0.5.4
77
file_type: ods
88
dependencies:
9-
- pyexcel-io>=0.5.9
9+
- pyexcel-io>=0.5.10
1010
- odfpy==1.3.5
1111
description: A wrapper library to read, manipulate and write data in ods format

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel-io>=0.5.9
1+
pyexcel-io>=0.5.10
22
odfpy==1.3.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737

3838
INSTALL_REQUIRES = [
39-
'pyexcel-io>=0.5.9',
39+
'pyexcel-io>=0.5.10',
4040
'odfpy==1.3.5',
4141
]
4242
SETUP_COMMANDS = {}

0 commit comments

Comments
 (0)