Skip to content

Commit dfcdd9a

Browse files
author
dea
committed
removed duplicated requirements
1 parent d4f1f2c commit dfcdd9a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,6 @@ def run(self):
2929
description='The SimPhoNy documentation',
3030
keywords='simphony, documentation, sphinx, cuds, Fraunhofer IWM',
3131
long_description=README_TEXT,
32-
install_requires=[
33-
'osp-core>=' + OSP_CORE_MIN + ', <' + OSP_CORE_MAX,
34-
'sphinx',
35-
'recommonmark',
36-
'sphinxcontrib-plantuml',
37-
'nbsphinx',
38-
'sphinx-copybutton',
39-
'sphinx-jsonschema',
40-
'sphinx_rtd_theme',
41-
'ipython',
42-
],
43-
setup_requires=[
44-
'sphinx',
45-
],
4632
cmdclass={'install': CustomBuild},
4733
command_options={
4834
'install': {

0 commit comments

Comments
 (0)