From 222a0f80820a7d3e33c3e335c0b92d31e7f9fee6 Mon Sep 17 00:00:00 2001 From: Gaurav Date: Sat, 14 Dec 2019 21:53:25 +0530 Subject: [PATCH] add docs installation requirements file --- docs/requirements.txt | 1 + setup.py | 8 ++------ 2 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 docs/requirements.txt diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..1a60fe2 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1 @@ +sphinx-markdown-tables \ No newline at end of file diff --git a/setup.py b/setup.py index 602e333..419f5fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="inltk", - version="0.7.2", + version="0.7.4", author="Gaurav", author_email="contactgauravforwork@gmail.com", description="Natural Language Toolkit for Indian Languages (iNLTK)", @@ -42,10 +42,6 @@ "spacy>=2.0.18", "typing", 'fastai==1.0.57', - "sentencepiece", - "sphinx", - "commonmark", - "recommonmark", - "sphinx-markdown-tables" + "sentencepiece" ], )