Skip to content

Commit

Permalink
Merge pull request jazzband#359 from claudep/backports.csv
Browse files Browse the repository at this point in the history
Limit backports.csv install to Python 2
  • Loading branch information
timofurrer committed Mar 9, 2019
2 parents 733d77a + c136940 commit 41cbaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
install = [
'odfpy',
'openpyxl>=2.4.0',
'backports.csv',
'backports.csv;python_version<"3.0"',
'xlrd',
'xlwt',
'pyyaml',
Expand Down

0 comments on commit 41cbaa0

Please sign in to comment.