Skip to content

Commit

Permalink
Use tool.poetry.group.dev.dependencies instead of tool.poetry.dev-dep…
Browse files Browse the repository at this point in the history
…endencies
  • Loading branch information
szabozoltan69 committed Jan 6, 2025
1 parent 3750f7d commit dc793d1
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]
[tool.poetry.group.dev.dependencies]
pytest-profiling = "*"
pytest-ordering = "*"
pytest-django = "*"
Expand Down

0 comments on commit dc793d1

Please sign in to comment.