fix httpretty dependency link

This commit is contained in:
Steve Pulec 2013-03-17 18:24:54 -04:00
parent cd518d060e
commit ec3ab5ade7

View File

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