summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimo Furrer <tuxtimo@gmail.com>2019-03-02 15:06:21 +0100
committerGitHub <noreply@github.com>2019-03-02 15:06:21 +0100
commita10327a2833da8eee952d8b832afc33c3c55b282 (patch)
treecf50b2c819fc562b90158264c7a05eb4727382f8 /setup.py
parentdc24fda41505d9961cd43939893a1cea3598ad18 (diff)
parente0de42ef061d90e92463964202d2807ce861f5c0 (diff)
downloadtablib-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-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2d1b0fa..7b93754 100755
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ packages = [
install = [
'odfpy',
'openpyxl>=2.4.0',
- 'unicodecsv',
+ 'backports.csv',
'xlrd',
'xlwt',
'pyyaml',