fix httpretty dependency link
This commit is contained in:
parent
cd518d060e
commit
ec3ab5ade7
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -20,9 +20,9 @@ setup(
|
|||
"boto",
|
||||
"Jinja2",
|
||||
"flask",
|
||||
"spulec-httpretty"
|
||||
"spulec-httpretty>=0.5.12",
|
||||
],
|
||||
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…
Add table
Add a link
Reference in a new issue