Skip to content

Commit

Permalink
Merge pull request #73 from DMTF/Package-Versions
Browse files Browse the repository at this point in the history
Removed package versioning specifics to be as neutral as possible
  • Loading branch information
mraineri authored Feb 2, 2024
2 parents 66bcb0b + db5c587 commit fc449d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -30,7 +30,7 @@ aenum
colorama
pyasn1
pyasn1-modules
requests>=2.23.0
requests
sseclient-py
urllib3
```
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ aenum
colorama
pyasn1
pyasn1-modules
requests>=2.30.0
requests
sseclient-py
urllib3

0 comments on commit fc449d1

Please sign in to comment.