Add extra 'docs' requirements.
This commit is contained in:
parent
580e91c544
commit
4032efbc61
1 changed files with 7 additions and 0 deletions
7
setup.py
7
setup.py
|
@ -83,6 +83,13 @@ requires = [
|
||||||
|
|
||||||
extras = {
|
extras = {
|
||||||
|
|
||||||
|
'docs': [
|
||||||
|
#
|
||||||
|
# package # low high
|
||||||
|
|
||||||
|
'Sphinx', # 1.2
|
||||||
|
],
|
||||||
|
|
||||||
'tests': [
|
'tests': [
|
||||||
#
|
#
|
||||||
# package # low high
|
# package # low high
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue