diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-01-28 16:13:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-01-28 16:13:42 -0300 |
commit | 4b075c2096d0e464c848e9c894071330c68dcd73 (patch) | |
tree | aeb23ffd790c71de1151ea90940b718a8005d55e /Pipfile | |
parent | 2b343942870441b1c0f83cc6afdb030056d45c2e (diff) | |
download | csv-hasher-4b075c2096d0e464c848e9c894071330c68dcd73.tar.gz csv-hasher-4b075c2096d0e464c848e9c894071330c68dcd73.tar.bz2 |
Feat: support for human-readable notation at --chunksize
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ name = "pypi" [packages] pandas = "*" tqdm = "*" +humanfriendly = "*" [dev-packages] |