Skip to content

Commit

Permalink
remove docs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Feb 2, 2021
1 parent d5a4aee commit 3af2e26
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"ruamel.yaml"
]
coverage_requirements = ["coverage", "codecov"]
docs_requirements = ["sphinx>=2.0", "romnn_sphinx_press_theme", "sphinxemoji"]
dev_requirements = ["invoke", "pre-commit", "cookiecutter"]

setup(
Expand All @@ -30,10 +29,8 @@
keywords=["cookiecutter", "template", "package"],
extras_require=dict(
dev=dev_requirements
+ docs_requirements
+ test_requirements
+ coverage_requirements,
docs=docs_requirements,
test=test_requirements + coverage_requirements,
),
classifiers=[
Expand Down

0 comments on commit 3af2e26

Please sign in to comment.