Merge pull request #1993 from sbkg0002/idna
Add idna version depencies.
This commit is contained in:
commit
c5c6d39350
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -37,7 +37,8 @@ install_requires = [
|
|||
"jsondiff==1.1.2",
|
||||
"aws-xray-sdk!=0.96,>=0.93",
|
||||
"responses>=0.9.0",
|
||||
"cfn-lint"
|
||||
"idna<2.8,>=2.5",
|
||||
"cfn-lint",
|
||||
]
|
||||
|
||||
extras_require = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue