Skip to content

Commit

Permalink
Adding openpyxl for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rhshah committed Jan 10, 2018
1 parent 10c2bd6 commit 0d4d9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy==1.14.0
openpyxl==1.9.0
nose==1.3.7
pandas==0.16.2
coloredlogs==5.2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def read(*filenames, **kwargs):
packages=['iAnnotateSV'],
install_requires=[
'numpy==1.14.0',
'openpyxl==1.9.0',
'pandas==0.16.2',
'nose==1.3.7',
'codecove==2.0.5',
Expand Down

0 comments on commit 0d4d9b2

Please sign in to comment.