[doc] Remove requests dependency in stock module
The module is using `urllib.request`
This commit is contained in:
parent
32eef6b204
commit
0ff49ac7d5
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@
|
||||||
|
|
||||||
"""Display a stock quote from finance.yahoo.com
|
"""Display a stock quote from finance.yahoo.com
|
||||||
|
|
||||||
Requires the following python packages:
|
|
||||||
* requests
|
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
* stock.symbols : Comma-separated list of symbols to fetch
|
* stock.symbols : Comma-separated list of symbols to fetch
|
||||||
* stock.change : Should we fetch change in stock value (defaults to True)
|
* stock.change : Should we fetch change in stock value (defaults to True)
|
||||||
|
|
Loading…
Reference in a new issue