Skip to content

Commit 5cd469a

Browse files
committed
update dependencies
1 parent 937b205 commit 5cd469a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Change log
22
================================================================================
33

4-
0.0.2 - Unreleased
4+
0.0.2 - 19.06.2016
55
--------------------------------------------------------------------------------
66

77
Updated
88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99

10-
# updated dependency on pyexcel-io 0.2.1
10+
# use pyexcel v0.5.0
1111

1212

1313
0.0.1 - 11.07.2016

pyexcel_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ release: 0.0.1
66
command_line_interface: pyexcel
77
entry_point: pyexcel_cli.main:main
88
dependencies:
9-
- pyexcel>=0.2.3
10-
- pyexcel-io>=0.2.1
9+
- pyexcel>=0.5.0
10+
- pyexcel-io>=0.4.0
1111
- Click>=5.0
1212
description: A command utility to read and write data in csv, tsv, xls, xlsx and ods format.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyexcel>=0.2.3
2-
pyexcel-io>=0.2.1
1+
pyexcel>=0.5.0
2+
pyexcel-io>=0.4.0
33
Click>=5.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
]
4646

4747
INSTALL_REQUIRES = [
48-
'pyexcel>=0.2.3',
49-
'pyexcel-io>=0.2.1',
48+
'pyexcel>=0.5.0',
49+
'pyexcel-io>=0.4.0',
5050
'Click>=5.0',
5151
]
5252

0 commit comments

Comments
 (0)