Skip to content

Commit

Permalink
Fixes bndr#56: The --pypi-server option now accepts an URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Antti Kaihola committed Dec 13, 2016
1 parent a195c35 commit c690678
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.4.5 (unreleased)
---------------------

* Fixed the --pypi-server option

0.4.4 (2016-07-14)
---------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pipreqs/pipreqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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"
Expand Down

0 comments on commit c690678

Please sign in to comment.