We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd16d0e commit e49f647Copy full SHA for e49f647
1 file changed
pyproject.toml
@@ -10,6 +10,10 @@ python = "^3.8"
10
pandas = "^1.0.0"
11
polars = "^1.0.0"
12
13
+[tool.poetry.group.test.dependencies]
14
+coverage= "7.4.2"
15
+flake8 = "7.0.0"
16
+
17
[build-system]
18
requires = ["poetry-core"]
19
build-backend = "poetry.core.masonry.api"
0 commit comments