Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #143 from mikev/master
Browse files Browse the repository at this point in the history
add python egg info to git URL for python-etcd
  • Loading branch information
matthewdupre authored Sep 1, 2016
2 parents 4e50884 + c95e412 commit 3001ac1
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
Expand Up @@ -59,6 +59,6 @@
# https://packaging.python.org/en/latest/requirements.html
install_requires=['netaddr', 'python-etcd>=0.4.3', 'subprocess32'],
dependency_links=[
"https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66"
"git+https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66#egg=python-etcd-0.4.3"
]
)

0 comments on commit 3001ac1

Please sign in to comment.