Skip to content

Commit

Permalink
Remove shibboleth entry from pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
triole committed Dec 11, 2023
1 parent 80f50a3 commit 0b6ccec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Expand Up @@ -68,9 +68,6 @@ dependencies = [
allauth = [
"django-allauth~=0.57.0",
]
shibboleth = [
"django-shibboleth-remoteuser@git+https://github.com/rdmorganiser/django-shibboleth-remoteuser@v0.11"
]
ci = [
"coveralls~=3.3",
"rdmo[dev]",
Expand Down

3 comments on commit 0b6ccec

@MyPyDavid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why was this removed again? Is there problem a with token or something when installing it?

@jochenklar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It does not work with PyPI. That was the problem why I removed it in the first place, but I didn't remember back then.

@MyPyDavid
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok thanks,
note for the docs: rdmorganiser/rdmo-docs#39

Please sign in to comment.