diff --git a/README.md b/README.md old mode 100644 new mode 100755 index f27ab07..7a27b1e --- a/README.md +++ b/README.md @@ -7,12 +7,22 @@ needed - a currency to convert all stock prices to. ## 1. Installation -### 1.1 Requirements +### 1.1 Requirements + Python >= 2.7, 3.4+ - Pandas (tested to work with >=0.23.1) - Numpy >= 1.11.1 - requests >= 2.14.2 - lxml >= 4.5.1 + Pandas >= 1.3.0 + Numpy >= 1.16.5 + requests >= 2.31 + lxml >= 4.9.1 + appdirs >= 1.4.4 + pytz >=2022.5 + frozendict >= 2.3.4 + beautifulsoup4 >= 4.11.1 + html5lib >= 1.1 + peewee >= 3.16.2 + +Requirements from yfinance +[[see also]](https://pypi.org/project/yfinance/) ### 1.2 Installing these To get started using the library, the pip packages named in 1.1 have to be