Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 5, 2023
1 parent e8c5cba commit 9c19b7c
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 @@ -31,7 +31,7 @@ root = ".."
[tool.setuptools.dynamic]
readme = {file = ["README.md"], content-type = "text/markdown"}
dependencies = {file = ["requirements.txt"]}
optional-dependencies = {file = ["requirements-dev.txt"]}
optional-dependencies.dev = {file = ["requirements-dev.txt"]}

[tool.isort]
profile = "black"
Expand Down

0 comments on commit 9c19b7c

Please sign in to comment.