From 0fc2a638dd2f263d780fe8bc5f2756f5f2e7c2c8 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Fri, 3 May 2013 19:53:56 -0400 Subject: [PATCH] fix dependency link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 71244de60..3232bc5ff 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,10 @@ setup( install_requires=[ "boto", "flask", - "httpretty", + "httpretty==0.6.0a", "Jinja2", ], dependency_links=[ - "https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1", + "https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a", ], )