File tree Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Expand file tree Collapse file tree 4 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
2
2
3
- 1 contributors
3
+ 2 contributors
4
4
================================================================================
5
5
6
6
In alphabetical order:
7
7
8
8
* `John Vandenberg <https://github.com/jayvdb >`_
9
+ * `Peter Carnesciali <https://github.com/pcarn >`_
Original file line number Diff line number Diff line change 1
1
pyexcel-io >= 0.6.2
2
- xlrd < 2
2
+ xlrd
3
3
xlwt
Original file line number Diff line number Diff line change 69
69
70
70
INSTALL_REQUIRES = [
71
71
"pyexcel-io>=0.6.2" ,
72
- "xlrd<2 " ,
72
+ "xlrd" ,
73
73
"xlwt" ,
74
74
]
75
75
SETUP_COMMANDS = {}
You can’t perform that action at this time.
0 commit comments