From 0fd5df4cae5c341da494341126cc9c652b66009e Mon Sep 17 00:00:00 2001 From: Deep Date: Thu, 17 Dec 2020 15:25:46 +0530 Subject: [PATCH 1/2] fix numpy version error with python 3.9 --- .gitignore | 2 ++ requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 917ae47..8ed73b9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ _wordlist.txt *.log wordlist.txt _wordlist.txt + +env/ diff --git a/requirements.txt b/requirements.txt index 5ec4d34..3135181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.6.3 google==2.0.3 -numpy==1.15.4 +numpy==1.19.4 requests==2.20.1 mechanicalsoup==0.12.0 selenium==3.14.1 From bc20d8bfae501437940922e5fabd491811577455 Mon Sep 17 00:00:00 2001 From: Julio Lira Date: Tue, 19 Jan 2021 11:43:22 -0300 Subject: [PATCH 2/2] Fix blank line --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ed73b9..9373550 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,4 @@ _wordlist.txt *.log wordlist.txt _wordlist.txt - env/