diff --git a/README.md b/README.md index 7e34ae9..a14e1cb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ From GitHub: ## Requirements -The Redfish Protocol Validator requires Python version 3 (v3.5 and later). +The Redfish Protocol Validator requires Python3. Required external packages: @@ -30,7 +30,7 @@ aenum colorama pyasn1 pyasn1-modules -requests>=2.23.0 +requests sseclient-py urllib3 ``` diff --git a/requirements.txt b/requirements.txt index ac39c79..e02ab6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ aenum colorama pyasn1 pyasn1-modules -requests>=2.30.0 +requests sseclient-py urllib3