Skip to content

Commit

Permalink
[chore] add docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tswsxk committed Aug 7, 2021
1 parent cf58c3b commit 84dae59
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,22 @@
"pillow",
"gensim"
]
docs_deps = [
'sphinx',
'sphinx_rtd_theme',
'sphinx_toggleprompt'
]

dev_deps = [
"requests"
]
] + docs_deps

setup(
name='EduNLP',
version='0.0.4',
extras_require={
'test': test_deps,
'doc': docs_deps,
'tutor': tutor_deps,
'pretrain': pretrain_deps,
"dev": dev_deps
Expand Down

0 comments on commit 84dae59

Please sign in to comment.