wireservice / csvkit

A suite of utilities for converting to and working with CSV, the king of tabular file formats.
https://csvkit.readthedocs.io
MIT License
6.03k stars 603 forks source link

Bump dependency on agate-dbf in setup.py #1142

Closed merkys closed 3 years ago

merkys commented 3 years ago

setup.py currently gives: https://github.com/wireservice/csvkit/blob/ed51a4d2a4bc6e1a1cd219172f1b24ceb485c6e5/setup.py#L62 However, tests fail with agate-dbf 0.2.0 due to the changes in letter case handling. It should be 'agate-dbf>=0.2.2' now to pass the tests.