Skip to content

Commit

Permalink
Add factory-boy to optional deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Feb 20, 2024
1 parent 9f1fb61 commit a075e91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ exclude = [

[tool.poetry.dependencies]
python = "^3.10"
factory-boy = { version = "^3.3.0", optional = true }

[tool.poetry.group.dev.dependencies]
pytest = "^7.2"
Expand All @@ -74,11 +75,10 @@ pytest-cov = "^4.0.0"
Sphinx = ">=5.1.1,<8.0.0"
sphinx-copybutton = "^0.5.0"
sphinx-autodoc-typehints = "^1.19.2"
factory-boy = "^3.3.0"
pytest-factoryboy = "^2.6.0"

[tool.poetry.extras]
factory = ["factory_boy"]
factory = ["factory-boy"]

[tool.poetry.plugins."pytest_randomly.random_seeder"]
mimesis = "mimesis.entrypoints:pytest_randomly_reseed"
Expand Down

0 comments on commit a075e91

Please sign in to comment.