From a2de647880f81b2be3ccd035c8b386b61b10146d Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 4 Jun 2013 17:30:32 -0400 Subject: [PATCH] change httpretty to real version --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b780866b5..35cc70f85 100644 --- a/setup.py +++ b/setup.py @@ -19,10 +19,7 @@ setup( install_requires=[ "boto", "flask", - "httpretty==0.6.0a", + "httpretty>=0.6.1", "Jinja2", ], - dependency_links=[ - "https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a", - ], )