From f7fa76caa32c1b600d392fd97b7749e0b2cc5190 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Thu, 6 Jun 2019 17:25:37 -0400 Subject: [PATCH] Move numpy dependency into coala linter The NLTK upstream library started depending on numpy so pull it in when calling Coala. Signed-off-by: Thanh Ha Change-Id: I50c4ee38eb84e570551ebc3dd8bd9d9d5cb4e473 --- requirements.txt | 1 - tox.ini | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 860c359c..8e4b15b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 d6e72569..0c2e3411 100644 --- 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 -- 2.16.6