Skip to content

Commit

Permalink
shorten lines
Browse files Browse the repository at this point in the history
  • Loading branch information
1kastner authored Dec 10, 2023
1 parent c205569 commit a07dad8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'peewee >=3', # ORM mapper

# documentation - decorators used for sphinx but are part of the source code delivered to customers
'enum_tools >=0.7', # used for documenting enums via decorators - previous versions are not compatible with this code base
'enum_tools >=0.7', # used for documenting enums via decorators - previous versions are not compatible

# for creating the visuals
'matplotlib', # default plots such as bar charts, pie charts, etc.
Expand All @@ -56,9 +56,9 @@
# build documentation
'sphinx >=6.2', # build the documentation - restrict version to improve pip version resolution
'sphinx-rtd-theme', # adding the nice sphinx theme
'sphinx-toolbox >=3', # dependency of enum_tools, we got this as a present - restrict version to improve pip version resolution
'sphinx-toolbox >=3', # additional dependency of enum_tools - restrict version to improve pip resolution
'myst-parser', # for Contributing.md
'sphinxcontrib-bibtex >=2.4', # a good help for citing - restrict version to improve pip version resolution
'sphinxcontrib-bibtex >=2.4', # a good help for citing - restrict version to improve pip resolution
'nbsphinx', # use Jupyter Notebooks in the documentation
'ipython', # for setting up the pygments_lexer
'ipykernel', # for allowing nbsphinx to execute the Jupyter Notebooks
Expand Down

0 comments on commit a07dad8

Please sign in to comment.