change httpretty to real version
This commit is contained in:
parent
d47c481912
commit
a2de647880
1 changed files with 1 additions and 4 deletions
5
setup.py
5
setup.py
|
|
@ -19,10 +19,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"boto",
|
"boto",
|
||||||
"flask",
|
"flask",
|
||||||
"httpretty==0.6.0a",
|
"httpretty>=0.6.1",
|
||||||
"Jinja2",
|
"Jinja2",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
|
||||||
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1#egg=httpretty-0.6.0a",
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue