Skip to content

Commit

Permalink
requirements simplification
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <[email protected]>
  • Loading branch information
MichaelHaigh committed Aug 22, 2023
1 parent 2f7a8c1 commit a7f0469
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ For the **developer** use case or to [manually install](#3-manual-installation)

* Python 3.8+
* Pip 21.1.2+
* Virtualenv 20.4.7+
* Git 2.30.2+
* Kubectl 1.17+
* Kubectl 1.23+
* Azure CLI (`az`) 2.25.0+ or Google Cloud SDK (`gcloud`) 345.0.0+ or AWS CLI (`aws`) 1.22.0+
* Helm 3.2.1+

Expand Down Expand Up @@ -158,7 +157,7 @@ cd netapp-astra-toolkits
Run the following commands to add the required Python elements:

```text
virtualenv toolkit
python3 -m venv toolkit
source toolkit/bin/activate
pip install -r requirements.txt
```
Expand Down
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
certifi==2023.7.22
chardet>=4.0.0,<=5.2.0
idna==3.4
PyYAML>=5.4.1,<=6.0.1
kubernetes>=24.2.0,<=27.2.0
PyYAML>=6.0.0,<=6.0.1
requests==2.31.0
tabulate>=0.8.9,<=0.9.0
termcolor==2.3.0
termcolor<3.0
urllib3>=1.26.8,<=2.0.4
func_timeout==4.3.5
kubernetes>=24.2.0,<=27.2.0

0 comments on commit a7f0469

Please sign in to comment.