Replaced vendored odfpy by a dependency (#280)

Refs #273.
This commit is contained in:
Claude Paroz
2017-02-26 23:05:01 +01:00
committed by Iuri de Silvio
parent c5c2dffe42
commit 62807734bd
72 changed files with 5 additions and 34003 deletions
+1 -2
View File
@@ -37,13 +37,12 @@ if sys.argv[-1] == 'test':
packages = [
'tablib', 'tablib.formats',
'tablib.packages',
'tablib.packages.odf',
'tablib.packages.dbfpy',
'tablib.packages.odf3',
'tablib.packages.dbfpy3'
]
install = [
'odfpy',
'openpyxl',
'unicodecsv',
'xlrd',