From a4cb301943cd17905a63065c6a80750d33d9aa31 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 24 Sep 2019 18:49:20 +0300 Subject: [PATCH] CHANGELOG.md: Add note about csvkit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e0358..0ce4e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update python dependencies to latest versions, including numpy 1.17.2, pandas 0.25.1, pytest 5.1.2, and requests-cache 0.5.2 +## Added +- csvkit to dev requirements (csvcut etc are useful during development) + ### Changed - Re-formatted code with black and isort