Skip to content

Commit

Permalink
requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon van Heeringen committed Mar 10, 2014
1 parent dfb2511 commit 61d55c2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,14 @@ def run_tests(self):
],
data_files=[],
tests_require=['pytest'],
install_requires=[
"numpy",
"pysam >= 0.7.4",
"pyyaml",
"HTSeq",
"bcbio-gff",
"biopython",
"networkx",
],
cmdclass = {'test': PyTest},
)

0 comments on commit 61d55c2

Please sign in to comment.