Codebase list osrframework / 9348306
Add a patch to remove useless requirements Sophie Brun 4 years ago
2 changed file(s) with 31 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Sophie Brun <[email protected]>
1 Date: Thu, 23 Jan 2020 12:12:39 +0100
2 Subject: Remove useless requirements.txt to fix generated console_scripts
3
4 Last-Update: 2020-01-23
5
6 Description: the generated console_scripts uses the requirements.txt
7 Remove useless requirements to fix the scripts (fails with
8 "pkg_resources.DistributionNotFound...")
9 ---
10 requirements.txt | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/requirements.txt b/requirements.txt
14 index d3c07e2..82cd9a7 100644
15 --- a/requirements.txt
16 +++ b/requirements.txt
17 @@ -11,12 +11,9 @@ pyexcel_text==0.2.0
18 tweepy
19 networkx
20 decorator
21 -validate_email
22 tabulate
23 oauthlib>=1.0.0
24 python-whois
25 pyyaml
26 colorama
27 -configparser
28 cfscrape
29 -pip>=19.0.0
33 add-script-config-upgrade.patch
44 remove-unused-logger-function.patch
55 fix-getConfigPath-issue.patch
6 remove-useless-requirements.patch