diff --git a/pipreqs/__init__.py b/pipreqs/__init__.py index 7cac09e..b55e3e0 100755 --- a/pipreqs/__init__.py +++ b/pipreqs/__init__.py @@ -2,4 +2,4 @@ __author__ = 'Vadim Kravcenko' __email__ = 'vadim.kravcenko@gmail.com' -__version__ = '0.3.5' +__version__ = '0.3.6' diff --git a/pipreqs/pipreqs.py b/pipreqs/pipreqs.py index 745aac5..7e6d0c6 100755 --- a/pipreqs/pipreqs.py +++ b/pipreqs/pipreqs.py @@ -4,13 +4,14 @@ Usage: pipreqs [options] + Options: --use-local Use ONLY local package info instead of querying PyPI --pypi-server Use custom PyPi server --proxy Use Proxy, parameter will be passed to requests library. You can also just set the environments parameter in your terminal: $ export HTTP_PROXY="http://10.10.1.10:3128" - $ export HTTPS_PROXY="http://10.10.1.10:1080" + $ export HTTPS_PROXY="https://10.10.1.10:1080" --debug Print debug information --encoding Use encoding parameter for file open --savepath Save the list of requirements in the given file