Skip to content

Commit

Permalink
Use poetry.group.dev.dependencies instead of tool.poetry.dev-dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
szabozoltan69 committed Jan 6, 2025
1 parent 3750f7d commit 42f7108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ipython = "*"
tiktoken = "*"
openai = "*"

[tool.poetry.dev-dependencies]
[poetry.group.dev.dependencies]
pytest-profiling = "*"
pytest-ordering = "*"
pytest-django = "*"
Expand Down

0 comments on commit 42f7108

Please sign in to comment.