Add idna version depencies.

This commit is contained in:
sbkg0002 2018-12-08 21:04:08 +01:00 committed by GitHub
parent ed861ecae1
commit 1ca8014697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ install_requires = [
"jsondiff==1.1.1",
"aws-xray-sdk!=0.96,>=0.93",
"responses>=0.9.0",
"idna<2.8,>=2.5",
]
extras_require = {