Skip to content

Commit e49f647

Browse files
committed
Add coverage and flake8 to the test dependencies
1 parent cd16d0e commit e49f647

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ python = "^3.8"
1010
pandas = "^1.0.0"
1111
polars = "^1.0.0"
1212

13+
[tool.poetry.group.test.dependencies]
14+
coverage= "7.4.2"
15+
flake8 = "7.0.0"
16+
1317
[build-system]
1418
requires = ["poetry-core"]
1519
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)