fix dependency link
This commit is contained in:
parent
47bd4c49a3
commit
0fc2a638dd
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -19,10 +19,10 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"boto",
|
"boto",
|
||||||
"flask",
|
"flask",
|
||||||
"httpretty",
|
"httpretty==0.6.0a",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1",
|
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue