Skip to content

Commit

Permalink
setup.py: update dependency_links
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 12, 2015
1 parent 3cbd7c4 commit 96ddf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ def run(self):
install_requires=requirements,
extras_require={},
dependency_links=[
"git+https://github.com/pyqtgraph/pyqtgraph.git@a6d5e28#egg=pyqtgraph",
"git+https://github.com/m-labs/pyqtgraph.git@develop#egg=pyqtgraph",
"git+https://github.com/m-labs/llvmlite.git@artiq#egg=llvmlite_artiq"
],
packages=find_packages(),

0 comments on commit 96ddf73

Please sign in to comment.