setup.py: update dependency_links

This commit is contained in:
Sebastien Bourdeauducq 2015-11-12 22:00:04 +08:00
parent 3cbd7c4c13
commit 96ddf73a8b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ setup(
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(),