fix httpretty dependency link
This commit is contained in:
parent
cd518d060e
commit
ec3ab5ade7
4
setup.py
4
setup.py
@ -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',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user