Skip to content

Commit 5a22a85

Browse files
committed
📚 auto update(this is auto scraped from github profile) contributors and change log. #75
1 parent ba6ea5a commit 5a22a85

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/moban-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: '3.7'
1515
- name: check changes
1616
run: |
17-
pip install moban gitfs2 pypifs moban-jinja2-github moban-ansible
17+
pip install moban gitfs2 pypifs
1818
moban
1919
git status
2020
git diff --exit-code

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Change log
44
0.6.0 - tbd
55
--------------------------------------------------------------------------------
66

7-
#. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files which
8-
contain non-UTF-8 encoded files.
7+
**fixed**
98

9+
#. `#74 <https://github.com/pyexcel/pyexcel-io/issues/74>`_: handle zip files
10+
which contain non-UTF-8 encoded files.
1011

1112
**removed**
1213

CONTRIBUTORS.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
4 contributors
2+
5 contributors
33
================================================================================
44

55
In alphabetical order:
66

7-
* `Antherkiv <https://api.github.com/users/antherkiv>`_
87
* `Craig Anderson <https://api.github.com/users/craiga>`_
98
* `John Vandenberg <https://api.github.com/users/jayvdb>`_
109
* `Stephen J. Fuhry <https://api.github.com/users/fuhrysteve>`_
1110
* `Stephen Rauch <https://api.github.com/users/stephenrauch>`_
11+
* `Víctor Antonio Hernández Monroy <https://api.github.com/users/antherkiv>`_

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
ordereddict;python_version<"2.7"
22
lml>=0.0.4
3-
chardet

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474

7575
INSTALL_REQUIRES = [
7676
"lml>=0.0.4",
77-
"chardet",
7877
]
7978
SETUP_COMMANDS = {}
8079

test.sh

100755100644
File mode changed.

tests/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ isort
88
collective.checkdocs
99
pygments
1010
moban
11+
moban_jinja2_github
1112
pyexcel
1213
pyexcel-xls
1314
SQLAlchemy

0 commit comments

Comments
 (0)