🔨 use pyexcel-io 0.5.10 please

This commit is contained in:
chfw 2018-11-27 07:54:27 +00:00
parent f1bf761658
commit ee6af2adf9
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{% extends 'tests/test_formatters.py.jj2' %}
{% block test_date_format %}
{% endblock %}
{% endblock %}

View File

@ -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

View File

@ -1,2 +1,2 @@
pyexcel-io>=0.5.9
pyexcel-io>=0.5.10
odfpy==1.3.5

View File

@ -36,7 +36,7 @@ CLASSIFIERS = [
]
INSTALL_REQUIRES = [
'pyexcel-io>=0.5.9',
'pyexcel-io>=0.5.10',
'odfpy==1.3.5',
]
SETUP_COMMANDS = {}