Skip to content

Commit

Permalink
fixed gimmemotifs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvh committed Feb 16, 2016
1 parent 6e6618b commit 04605a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ def run_tests(self):
],
data_files=[],
tests_require=['pytest'],
dependency_links = [
'https://github.com/simonvh/gimmemotifs/archive/0.8.7.tar.gz#egg=gimmemotifs-0.8.7',
],
install_requires=[
"SQLAlchemy",
"gimmemotifs",
"gimmemotifs > 0.8.6",
"pysam < 0.8",
"pyyaml",
"HTSeq",
Expand Down

0 comments on commit 04605a2

Please sign in to comment.