Skip to content

Commit 3b41c3b

Browse files
committed
Add develop extra to allow for easy dependency install
1 parent 6ccc085 commit 3b41c3b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,8 @@
6060

6161
test_suite='test_elasticsearch.run_tests.run_all',
6262
tests_require=tests_require,
63+
64+
extras_require={
65+
'develop': tests_require + ["sphinx", "sphinx_rtd_theme"]
66+
},
6367
)

0 commit comments

Comments
 (0)