pyproject.toml: add csvkit

Useful for CSV wrangling.
This commit is contained in:
2021-12-16 21:23:48 +02:00
parent ac308fb1db
commit a61aaf4007

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"]