Skip to content

Commit

Permalink
add missing plugins specs as per poetry's documentation (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanhphan1147 authored Apr 8, 2024
1 parent 137b755 commit 1e49862
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ flask-multipass = {extras = ["saml"], version = "0.5.4"}
indico = ">=3.3.1, <4"
flask_sqlalchemy = "3.0.5"

[tool.poetry.plugins."indico.plugins"]
saml_groups = "flask_multipass_saml_groups.plugin:SAMLGroupsPlugin"

[tool.poetry.plugins."flask_multipass.identity_providers"]
saml_groups = "flask_multipass_saml_groups.provider:SAMLGroupsIdentityProvider"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 1e49862

Please sign in to comment.