Skip to content

Commit

Permalink
chore(deps): make optional groups actually optional (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Nov 27, 2023
1 parent 18f55a5 commit 762e2dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
22 changes: 1 addition & 21 deletions api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,15 @@ pydantic = "~1.10.9"
pyngo = "~1.6.0"
flagsmith = "^3.4.0"

[tool.poetry.group.auth-controller]
optional = true

[tool.poetry.group.auth-controller.dependencies]
django-multiselectfield = "~0.1.12"

[tool.poetry.group.saml]
optional = true

[tool.poetry.group.saml.dependencies]
pysaml2 = "^7.0.0"

Expand Down

3 comments on commit 762e2dc

@vercel
Copy link

@vercel vercel bot commented on 762e2dc Nov 27, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 762e2dc Nov 27, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on 762e2dc Nov 27, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.