move to httpretty fork instead of bundling it.

This commit is contained in:
Steve Pulec 2013-03-17 18:13:21 -04:00
commit cd518d060e
7 changed files with 36 additions and 33 deletions

View file

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