aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-28 16:13:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-28 16:13:42 -0300
commit4b075c2096d0e464c848e9c894071330c68dcd73 (patch)
treeaeb23ffd790c71de1151ea90940b718a8005d55e /Pipfile
parent2b343942870441b1c0f83cc6afdb030056d45c2e (diff)
downloadcsv-hasher-4b075c2096d0e464c848e9c894071330c68dcd73.tar.gz
csv-hasher-4b075c2096d0e464c848e9c894071330c68dcd73.tar.bz2
Feat: support for human-readable notation at --chunksize
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b143e89..30be324 100644
--- a/Pipfile
+++ b/Pipfile
@@ -6,6 +6,7 @@ name = "pypi"
[packages]
pandas = "*"
tqdm = "*"
+humanfriendly = "*"
[dev-packages]