[doc] Remove requests dependency in stock module

The module is using `urllib.request`
This commit is contained in:
Frederic Junod 2021-03-02 17:00:12 +01:00
parent 32eef6b204
commit 0ff49ac7d5

View file

@ -3,9 +3,6 @@
"""Display a stock quote from finance.yahoo.com
Requires the following python packages:
* requests
Parameters:
* stock.symbols : Comma-separated list of symbols to fetch
* stock.change : Should we fetch change in stock value (defaults to True)