Merge pull request #773 from fredj/stock_doc

[doc] Remove requests dependency in stock module
This commit is contained in:
tobi-wan-kenobi 2021-03-02 18:31:40 +01:00 committed by GitHub
commit 6d1536ca80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)