We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66bcb0b + db5c587 commit fc449d1Copy full SHA for fc449d1
README.md
@@ -21,7 +21,7 @@ From GitHub:
21
22
## Requirements
23
24
-The Redfish Protocol Validator requires Python version 3 (v3.5 and later).
+The Redfish Protocol Validator requires Python3.
25
26
Required external packages:
27
@@ -30,7 +30,7 @@ aenum
30
colorama
31
pyasn1
32
pyasn1-modules
33
-requests>=2.23.0
+requests
34
sseclient-py
35
urllib3
36
```
requirements.txt
@@ -2,6 +2,6 @@ aenum
2
3
4
5
-requests>=2.30.0
6
7
0 commit comments