Limit backports.csv install to Python 2

This commit is contained in:
Claude Paroz
2019-03-09 10:06:33 +01:00
parent 733d77ad1e
commit c136940801
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ packages = [
install = [
'odfpy',
'openpyxl>=2.4.0',
'backports.csv',
'backports.csv;python_version<"3.0"',
'xlrd',
'xlwt',
'pyyaml',