Skip to content

Commit 97840a2

Browse files
committed
sync with pyexcel commons
1 parent 25e2edb commit 97840a2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

min_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel==0.2.2
1+
pyexcel==0.3.0
22
tabulate==0.7.4

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pyexcel>=0.2.2
1+
pyexcel>=0.3.0
22
tabulate>=0.7.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
]
5151

5252
INSTALL_REQUIRES = [
53-
'pyexcel>=0.2.2',
53+
'pyexcel>=0.3.0',
5454
'tabulate>=0.7.4',
5555
]
5656

test.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
pip freeze
4-
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long
4+
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst docs/source pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
pip freeze
4-
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long
4+
nosetests --with-cov --cover-package pyexcel_text --cover-package tests --with-doctest --doctest-extension=.rst tests README.rst docs/source pyexcel_text && flake8 . --exclude=.moban.d --builtins=unicode,xrange,long

0 commit comments

Comments
 (0)