Skip to content

Commit

Permalink
make use of the same Py3 compatible openid library as rocky 9
Browse files Browse the repository at this point in the history
  • Loading branch information
albu-diku committed Aug 26, 2024
1 parent c6fdc92 commit 4a54200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://pip.pypa.io/en/stable/reference/requirement-specifiers/
future
python-openid;python_version < "3"
python-openid2;python_version >= "3"
python3-openid;python_version >= "3"
# NOTE: python-3.6 and earlier versions require older pyotp, whereas 3.7+
# should work with any modern version. We tested 2.9.0 to work.
pyotp;python_version >= "3.7"
Expand Down

0 comments on commit 4a54200

Please sign in to comment.