mirror of
https://github.com/bndr/pipreqs.git
synced 2025-07-21 17:30:03 +00:00
fix(pipreqs.py): add new line between usage and option, https for proxy
This commit is contained in:
parent
5ce8e7c0dd
commit
6a2c266422
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
__author__ = 'Vadim Kravcenko'
|
__author__ = 'Vadim Kravcenko'
|
||||||
__email__ = 'vadim.kravcenko@gmail.com'
|
__email__ = 'vadim.kravcenko@gmail.com'
|
||||||
__version__ = '0.3.5'
|
__version__ = '0.3.6'
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
pipreqs [options] <path>
|
pipreqs [options] <path>
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
--use-local Use ONLY local package info instead of querying PyPI
|
--use-local Use ONLY local package info instead of querying PyPI
|
||||||
--pypi-server Use custom PyPi server
|
--pypi-server Use custom PyPi server
|
||||||
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the
|
--proxy Use Proxy, parameter will be passed to requests library. You can also just set the
|
||||||
environments parameter in your terminal:
|
environments parameter in your terminal:
|
||||||
$ export HTTP_PROXY="http://10.10.1.10:3128"
|
$ 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
|
--debug Print debug information
|
||||||
--encoding <charset> Use encoding parameter for file open
|
--encoding <charset> Use encoding parameter for file open
|
||||||
--savepath <file> Save the list of requirements in the given file
|
--savepath <file> Save the list of requirements in the given file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user