attempting to move to upstream httpretty
This commit is contained in:
parent
fd828bdb2d
commit
47bd4c49a3
23 changed files with 237 additions and 1160 deletions
6
setup.py
6
setup.py
|
|
@ -18,7 +18,11 @@ setup(
|
|||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"boto",
|
||||
"Jinja2",
|
||||
"flask",
|
||||
"httpretty",
|
||||
"Jinja2",
|
||||
],
|
||||
dependency_links=[
|
||||
"https://github.com/gabrielfalcao/HTTPretty/tarball/2347df40a3a3cd00e73f0353f5ea2670ad3405c1",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue