Move numpy dependency into coala linter 28/15828/1
authorThanh Ha <zxiiro@gmail.com>
Thu, 6 Jun 2019 21:25:37 +0000 (17:25 -0400)
committerThanh Ha <zxiiro@gmail.com>
Thu, 6 Jun 2019 21:26:12 +0000 (17:26 -0400)
The NLTK upstream library started depending on numpy so pull it
in when calling Coala.

Signed-off-by: Thanh Ha <zxiiro@gmail.com>
Change-Id: I50c4ee38eb84e570551ebc3dd8bd9d9d5cb4e473

requirements.txt
tox.ini

index 860c359..8e4b15b 100644 (file)
@@ -3,7 +3,6 @@ docker
 glob2  # Needed for Python < 3.5 recursive glob support
 defusedxml # Needed due to tox complains on parseString not safe
 jsonschema~=2.6.0
-numpy
 requests>=2.20.0
 ruamel.yaml
 setuptools>=36.5.0
diff --git a/tox.ini b/tox.ini
index d6e7256..0c2e341 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -29,6 +29,7 @@ deps =
     coala-bears
     detox~=0.18
     nodeenv==1.1.2
+    numpy
 commands =
     nodeenv -p
     npm install --global remark-cli remark-lint write-good