From 564842c29e0cd2cd9c89ec2d7d83f6dd9883e78f Mon Sep 17 00:00:00 2001 From: Devashish Gaikwad Date: Thu, 13 May 2021 23:10:08 +0530 Subject: [PATCH] Add SSL Ignore option args --- pipreqs/pipreqs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipreqs/pipreqs.py b/pipreqs/pipreqs.py index 4b817c3..99d0740 100755 --- a/pipreqs/pipreqs.py +++ b/pipreqs/pipreqs.py @@ -19,6 +19,7 @@ Options: parameter in your terminal: $ export HTTP_PROXY="http://10.10.1.10:3128" $ export HTTPS_PROXY="https://10.10.1.10:1080" + --trusted-host Ignore SSL warnings, recommended using with enterprise proxy. --debug Print debug information. --ignore ... Ignore extra directories, each separated by a comma. --no-follow-links Do not follow symbolic links in the project