fix dependency link

This commit is contained in:
Steve Pulec 2013-05-03 19:53:56 -04:00
parent 47bd4c49a3
commit 0fc2a638dd

View File

@ -19,10 +19,10 @@ setup(
install_requires=[ install_requires=[
"boto", "boto",
"flask", "flask",
"httpretty", "httpretty==0.6.0a",
"Jinja2", "Jinja2",
], ],
dependency_links=[ dependency_links=[
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1", "https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a",
], ],
) )