CHANGELOG.md: Add note about csvkit

This commit is contained in:
Alan Orth 2019-09-24 18:49:20 +03:00
parent 219e37526d
commit a4cb301943
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 0 deletions

View File

@ -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