Skip to content

Commit 488dd02

Browse files
committed
This is an auto-commit, updating project meta data, such as changelog.rst, contributors.rst
1 parent ced153d commit 488dd02

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

.readthedocs.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Build documentation in the docs/ directory with Sphinx
9+
sphinx:
10+
configuration: docs/source/conf.py
11+
12+
# Optionally build your docs in additional formats such as PDF
13+
formats:
14+
- pdf
15+
16+
# Optionally set the version of Python and requirements required to build your docs
17+
python:
18+
version: 3.7

CONTRIBUTORS.rst

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

22

3-
1 contributors
3+
2 contributors
44
================================================================================
55

66
In alphabetical order:
77

88
* `John Vandenberg <https://github.com/jayvdb>`_
9+
* `Peter Carnesciali <https://github.com/pcarn>`_

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyexcel-io>=0.6.2
2-
xlrd<2
2+
xlrd
33
xlwt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
INSTALL_REQUIRES = [
7171
"pyexcel-io>=0.6.2",
72-
"xlrd<2",
72+
"xlrd",
7373
"xlwt",
7474
]
7575
SETUP_COMMANDS = {}

0 commit comments

Comments
 (0)