Skip to content

Commit 2f96410

Browse files
Merge pull request #28 from DiogoRibeiro7/fix/fix_import
fix: pyproject toml
2 parents abc4cd6 + 34576cc commit 2f96410

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ pandas = "^2.2.3"
1717
pytest-cov = "^6.1.1"
1818
invoke = "^2.2.0"
1919
typer = "^0.12.3"
20+
tomli = "^2.2.1"
2021

2122
[tool.poetry.group.dev.dependencies]
2223
pytest = "^8.3.5"
2324
python-semantic-release = "^9.21.0"
2425
mypy = "^1.15.0"
2526
invoke = "^2.2.0"
2627
hypothesis = "^6.98"
27-
28+
tomli = "^2.2.1"
2829

2930
[tool.poetry.group.docs.dependencies]
3031
myst-parser = "<4.0.0"

0 commit comments

Comments
 (0)