fix dependency link
This commit is contained in:
parent
47bd4c49a3
commit
0fc2a638dd
4
setup.py
4
setup.py
@ -19,10 +19,10 @@ setup(
|
||||
install_requires=[
|
||||
"boto",
|
||||
"flask",
|
||||
"httpretty",
|
||||
"httpretty==0.6.0a",
|
||||
"Jinja2",
|
||||
],
|
||||
dependency_links=[
|
||||
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1",
|
||||
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a",
|
||||
],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user