move back to bundled httpretty for now

This commit is contained in:
Steve Pulec 2013-03-19 11:46:54 -04:00
commit fe2b3518ae
3 changed files with 173 additions and 156 deletions

View file

@ -20,9 +20,5 @@ setup(
"boto",
"Jinja2",
"flask",
"spulec-httpretty>=0.5.12",
],
dependency_links=[
'http://github.com/spulec/HTTPretty/tarball/master#egg=spulec-httpretty-0.5.12',
]
)