Skip to content

Commit 995983f

Browse files
authored
Sort dev requirements
1 parent 7a87bc4 commit 995983f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
'sphinx-toolbox >=3', # additional dependency of enum_tools - restrict version to improve pip resolution
6262
'myst-parser', # for Contributing.md
6363
'sphinxcontrib-bibtex >=2.4', # a good help for citing - restrict version to improve pip resolution
64+
'sphinx-last-updated-by-git',
6465
'nbsphinx', # use Jupyter Notebooks in the documentation
6566
'ipython', # for setting up the pygments_lexer
6667
'ipykernel', # for allowing nbsphinx to execute the Jupyter Notebooks
@@ -77,7 +78,7 @@
7778
# pip resolution issue - https://github.com/pypa/pip/issues/12430#issuecomment-1849059000
7879
'sphinx-tabs',
7980

80-
'sphinx-last-updated-by-git'
81+
8182
],
8283
# a collection of nice-to-haves for working on Jupyter Notebooks - just a favorites list of the authors
8384
'jupyterlab': [

0 commit comments

Comments
 (0)