Pipfile: Add csvkit to dev requirements

Used to inspect CSV files during testing and development.
This commit is contained in:
Alan Orth 2019-09-24 18:48:01 +03:00
parent f304ca6a33
commit 219e37526d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ flake8 = "*"
pytest-clarity = "*"
black = "*"
isort = "*"
csvkit = "*"
[packages]
pandas = "*"