change httpretty to real version

This commit is contained in:
Steve Pulec 2013-06-04 17:30:32 -04:00
parent d47c481912
commit a2de647880

View File

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