From 3463ffe84da3e19d60e5ff9d6205a8c0ad8b9467 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 26 Nov 2023 21:17:56 +0100 Subject: [PATCH] Added requirements notice in README.md --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) mode change 100644 => 100755 README.md 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