From 219e37526da722b3b2e6ba117466aa9190be37e9 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 24 Sep 2019 18:48:01 +0300 Subject: [PATCH] Pipfile: Add csvkit to dev requirements Used to inspect CSV files during testing and development. --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index c641a99..8d4d1d3 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,7 @@ flake8 = "*" pytest-clarity = "*" black = "*" isort = "*" +csvkit = "*" [packages] pandas = "*"