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

Commit 3001ac1

Browse files
authored
Merge pull request #143 from mikev/master
add python egg info to git URL for python-etcd
2 parents 4e50884 + c95e412 commit 3001ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@
5959
# https://packaging.python.org/en/latest/requirements.html
6060
install_requires=['netaddr', 'python-etcd>=0.4.3', 'subprocess32'],
6161
dependency_links=[
62-
"https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66"
62+
"git+https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66#egg=python-etcd-0.4.3"
6363
]
6464
)

0 commit comments

Comments
 (0)