Merge pull request #2807 from lfdebrux/ldeb-loosen-idna-requirement
Loosen idna requirement
This commit is contained in:
commit
c54e2ec001
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -47,7 +47,7 @@ install_requires = [
|
||||||
"jsondiff>=1.1.2",
|
"jsondiff>=1.1.2",
|
||||||
"aws-xray-sdk!=0.96,>=0.93",
|
"aws-xray-sdk!=0.96,>=0.93",
|
||||||
"responses>=0.9.0",
|
"responses>=0.9.0",
|
||||||
"idna<2.9,>=2.5",
|
"idna<3,>=2.5",
|
||||||
"cfn-lint>=0.4.0",
|
"cfn-lint>=0.4.0",
|
||||||
"sshpubkeys>=3.1.0,<4.0",
|
"sshpubkeys>=3.1.0,<4.0",
|
||||||
"zipp==0.6.0",
|
"zipp==0.6.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue