Require version of responses that supports callbacks.
This commit is contained in:
parent
6e363c44de
commit
b5bdf6693c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -23,7 +23,7 @@ install_requires = [
|
||||||
"docker>=2.5.1",
|
"docker>=2.5.1",
|
||||||
"jsondiff==1.1.1",
|
"jsondiff==1.1.1",
|
||||||
"aws-xray-sdk<0.96,>=0.93",
|
"aws-xray-sdk<0.96,>=0.93",
|
||||||
"responses",
|
"responses>=0.9.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
extras_require = {
|
extras_require = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue