Skip to content

Commit

Permalink
another attempt to fixing rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Feb 9, 2020
2 parents cf33884 + 4bf222f commit 3fd5f41
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ def readme():
license='GPL-3',
packages=['majortrack'],
install_requires=[
'matplotlib', 'pyalluv==0.1', 'colorseq==0.1'
"matplotlib",
"pyalluv @ git+https://github.com/j-i-l/pyalluv@v0.1",
"colorsequence @ git+https://github.com/j-i-l/colorsequence@v0.1",
],
dependency_links=[
'git+https://github.com/j-i-l/pyalluv.git@v0.1#egg=pyalluv',
'git+https://github.com/j-i-l/colorsequence.git@v0.1#egg=colorseq'
],
test_suite='nose.collector',
tests_require=['nose', 'nose-cover3'],
# ToDo:
Expand Down

0 comments on commit 3fd5f41

Please sign in to comment.