From a61aaf4007c93b691b2e66232cd2f98f2718f083 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 16 Dec 2021 21:23:48 +0200 Subject: [PATCH] pyproject.toml: add csvkit Useful for CSV wrangling. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 95ba9b4d..63516a82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]