Skip to content

Commit

Permalink
Adding missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Oct 25, 2017
1 parent e856a0f commit 3028e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ biopython >= 1.68
pytables >= 3.3.0
pandas >= 0.20.2
pybigwig >= 0.3.4
jinja2 >= 2.9.6
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,8 @@ def checkProgramIsInstalled(self, program, args, where_to_download,
"tables >= 3.3.0",
"pandas >= 0.20.2",
"pyBigWig >=0.3.4",
"six >= 1.10.0"],
"six >= 1.10.0",
"jinja2 >= 2.9.6"],
zip_safe=False,
cmdclass={'sdist': sdist, 'install': install}
)

0 comments on commit 3028e97

Please sign in to comment.