Skip to content

Commit

Permalink
removed duplicated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-de-andres committed Dec 2, 2020
1 parent d4f1f2c commit dfcdd9a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ def run(self):
description='The SimPhoNy documentation',
keywords='simphony, documentation, sphinx, cuds, Fraunhofer IWM',
long_description=README_TEXT,
install_requires=[
'osp-core>=' + OSP_CORE_MIN + ', <' + OSP_CORE_MAX,
'sphinx',
'recommonmark',
'sphinxcontrib-plantuml',
'nbsphinx',
'sphinx-copybutton',
'sphinx-jsonschema',
'sphinx_rtd_theme',
'ipython',
],
setup_requires=[
'sphinx',
],
cmdclass={'install': CustomBuild},
command_options={
'install': {
Expand Down

0 comments on commit dfcdd9a

Please sign in to comment.