diff options
| author | Timo Furrer <tuxtimo@gmail.com> | 2019-03-02 15:06:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-02 15:06:21 +0100 |
| commit | a10327a2833da8eee952d8b832afc33c3c55b282 (patch) | |
| tree | cf50b2c819fc562b90158264c7a05eb4727382f8 /setup.py | |
| parent | dc24fda41505d9961cd43939893a1cea3598ad18 (diff) | |
| parent | e0de42ef061d90e92463964202d2807ce861f5c0 (diff) | |
| download | tablib-a10327a2833da8eee952d8b832afc33c3c55b282.tar.gz | |
Merge pull request #350 from browniebroke/bugfix/invalid-ascii-csv
Import ascii characters not valid with unicode literals - updated
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ packages = [ install = [ 'odfpy', 'openpyxl>=2.4.0', - 'unicodecsv', + 'backports.csv', 'xlrd', 'xlwt', 'pyyaml', |
