move to httpretty fork instead of bundling it.
This commit is contained in:
parent
5bec85c6c0
commit
cd518d060e
7 changed files with 36 additions and 33 deletions
4
setup.py
4
setup.py
|
|
@ -20,5 +20,9 @@ setup(
|
|||
"boto",
|
||||
"Jinja2",
|
||||
"flask",
|
||||
"spulec-httpretty"
|
||||
],
|
||||
dependency_links=[
|
||||
'http://github.com/spulec/HTTPretty/tarball/master#egg=spulec-httpretty',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue