Merge pull request #359 from claudep/backports.csv

Limit backports.csv install to Python 2
This commit is contained in:
Timo Furrer
2019-03-09 16:40:24 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
backports.csv==1.0.6
backports.csv==1.0.6; python_version < '3.0'
certifi==2017.7.27.1
chardet==3.0.4
et-xmlfile==1.0.1
+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',