Skip to content

Commit

Permalink
add dependencies for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goru001 committed Dec 14, 2019
1 parent 1564ffd commit 585fadc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
"spacy>=2.0.18",
"typing",
'fastai==1.0.57',
"sentencepiece"
"sentencepiece",
"sphinx",
"commonmark",
"recommonmark",
"sphinx-markdown-tables"
],
)

0 comments on commit 585fadc

Please sign in to comment.