Skip to content

Commit c928342

Browse files
author
Stefan Sullivan
committed
add "dev" optional dependencies for testing everything locally
1 parent 476e400 commit c928342

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ test = [
3434
"pandas",
3535
"wcwidth",
3636
]
37+
dev = [
38+
"tox",
39+
"black",
40+
"pre-commit",
41+
]
3742

3843
[project.scripts]
3944
tabulate = "tabulate:_main"

0 commit comments

Comments
 (0)