From ec3ab5ade76276c6b600e54d9cfb940ab9ba9bd3 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sun, 17 Mar 2013 18:24:54 -0400 Subject: [PATCH] fix httpretty dependency link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 66d8a4442..c643d7d96 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,9 @@ setup( "boto", "Jinja2", "flask", - "spulec-httpretty" + "spulec-httpretty>=0.5.12", ], dependency_links=[ - 'http://github.com/spulec/HTTPretty/tarball/master#egg=spulec-httpretty', + 'http://github.com/spulec/HTTPretty/tarball/master#egg=spulec-httpretty-0.5.12', ] )