Skip to content

Commit

Permalink
build: #828 add django-shibboleth-remoteuser fork
Browse files Browse the repository at this point in the history
  • Loading branch information
MyPyDavid committed Nov 24, 2023
1 parent 0bb87a9 commit fc9d2ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
sudo apt update
sudo apt install --yes libldap2-dev libsasl2-dev
- run: python -m pip install --upgrade pip setuptools
- run: python -m pip install .[allauth,ci,dev,gunicorn,ldap,mysql,postgres,pytest]
- run: python -m pip install .[allauth,shibboleth,ci,dev,gunicorn,ldap,mysql,postgres,pytest]
- run: python -m pip freeze
- run: python -m pip list --outdated

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ dependencies = [
allauth = [
"django-allauth~=0.57.0",
]
shibboleth = [
"django-shibboleth-remoteuser@git+https://github.com/rdmorganiser/[email protected]"
]
ci = [
"coveralls~=3.3",
"rdmo[dev]",
Expand Down

0 comments on commit fc9d2ea

Please sign in to comment.