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", - ], )