Loosen idna requirement
requests 2.23.0 allows idna<3 [1] [1] psf/requests@c46f55b
This commit is contained in:
parent
27649c19f6
commit
649b497f71
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",
|
||||
"aws-xray-sdk!=0.96,>=0.93",
|
||||
"responses>=0.9.0",
|
||||
"idna<2.9,>=2.5",
|
||||
"idna<3,>=2.5",
|
||||
"cfn-lint>=0.4.0",
|
||||
"sshpubkeys>=3.1.0,<4.0",
|
||||
"zipp==0.6.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue