From 1a6e64da3d8ba863dbaee873a253d5dbd759b019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Fri, 20 Dec 2019 21:08:21 +0100 Subject: [PATCH] Forgot numpy dependency --- README.md | 1 + fetch_resources.sh | 0 2 files changed, 1 insertion(+) mode change 100644 => 100755 fetch_resources.sh diff --git a/README.md b/README.md index a606b60..70c4c5a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Depending on the sources you'll be using to generate the list, you'll need to in - [pv](http://www.ivarch.com/programs/pv.shtml) - [Python 3.4+](https://www.python.org/) - [coloredlogs](https://pypi.org/project/coloredlogs/) (sorry I can't help myself) +- [numpy](https://www.numpy.org/) - [massdns](https://github.com/blechschmidt/massdns) in your `$PATH` (only if you have subdomains as a source) - [Firefox](https://www.mozilla.org/firefox/) (only if you have websites as a source) - [selenium (Python bindings)](https://pypi.python.org/pypi/selenium) (only if you have websites as a source) diff --git a/fetch_resources.sh b/fetch_resources.sh old mode 100644 new mode 100755