mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
Merge pull request #57 from akaihola/issue-56-pypi-server
Fixes #56: The --pypi-server option now accepts an URL
This commit is contained in:
commit
797b6f808b
@ -3,6 +3,11 @@
|
||||
History
|
||||
-------
|
||||
|
||||
0.4.5 (unreleased)
|
||||
---------------------
|
||||
|
||||
* Fixed the --pypi-server option
|
||||
|
||||
0.4.4 (2016-07-14)
|
||||
---------------------
|
||||
|
||||
|
@ -38,7 +38,7 @@ Usage
|
||||
|
||||
Options:
|
||||
--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
|
||||
environments parameter in your terminal:
|
||||
$ export HTTP_PROXY="http://10.10.1.10:3128"
|
||||
|
@ -7,7 +7,7 @@ Usage:
|
||||
|
||||
Options:
|
||||
--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
|
||||
environments parameter in your terminal:
|
||||
$ export HTTP_PROXY="http://10.10.1.10:3128"
|
||||
|
Loading…
x
Reference in New Issue
Block a user