We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, ✋
As I can see the alabaster dependency used only for documentation in https://github.com/OpenIDC/pyoidc/blob/master/doc/conf.py#L1. I think this dependency needed only for developers, not in install deps https://github.com/OpenIDC/pyoidc/blob/master/setup.py#L88
alabaster
The text was updated successfully, but these errors were encountered:
Thanks for the report. The dependency should be moved to docs extras.
docs
Sorry, something went wrong.
Merged.
erp5: Add oic library for OpenIdConnect
eafdf51
* Note from @jerome: We have a useless dependency to https://pypi.org/project/alabaster/, a sphynx theme, but with oic v0.15.1 it's listed as a dependency ( https://github.com/OpenIDC/pyoidc/blob/v0.15.1/setup.py#L89 ) so we don't have the choice. It was fixed later ( CZ-NIC/pyoidc#598 ) but after python2 support was dropped.
77bf66b
* Note from @jerome: We have a useless dependency to https://pypi.org/project/alabaster/, a sphynx theme, but with oic v0.15.1 it's listed as a dependency ( https://github.com/OpenIDC/pyoidc/blob/v0.15.1/setup.py#L89 ) so we don't have a choice. It was fixed later ( CZ-NIC/pyoidc#598 ) but after python2 support was dropped.
tpazderka
No branches or pull requests
Hi, ✋
As I can see the
alabaster
dependency used only for documentation in https://github.com/OpenIDC/pyoidc/blob/master/doc/conf.py#L1.I think this dependency needed only for developers, not in install deps https://github.com/OpenIDC/pyoidc/blob/master/setup.py#L88
The text was updated successfully, but these errors were encountered: