pyproject.toml: add csvkit

Useful for CSV wrangling.
This commit is contained in:
Alan Orth 2021-12-16 21:23:48 +02:00
parent ac308fb1db
commit a61aaf4007
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ rdflib = "^6.0.2"
[tool.poetry.dev-dependencies]
isort = "^5.9.3"
black = "^21.9b0"
csvkit = "^1.0.6"
[build-system]
requires = ["poetry-core>=1.0.0"]