mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Fixes #56: The --pypi-server option now accepts an URL
This commit is contained in:
parent
a195c35233
commit
c69067819a
@ -3,6 +3,11 @@
|
|||||||
History
|
History
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
0.4.5 (unreleased)
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
* Fixed the --pypi-server option
|
||||||
|
|
||||||
0.4.4 (2016-07-14)
|
0.4.4 (2016-07-14)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Usage
|
|||||||
|
|
||||||
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 <url> 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"
|
||||||
|
@ -7,7 +7,7 @@ Usage:
|
|||||||
|
|
||||||
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 <url> 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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user