idna==2.10

This commit is contained in:
Barbara Miller 2021-04-27 10:26:45 -07:00
parent 0e23a31a31
commit e61099ff5f

View File

@ -32,7 +32,7 @@ deps = [
'requests>=2.0.1', 'requests>=2.0.1',
'PySocks>=1.6.8', 'PySocks>=1.6.8',
'cryptography>=2.3', 'cryptography>=2.3',
'idna>=2.5', 'idna==2.10',
'PyYAML>=5.1', 'PyYAML>=5.1',
'cachetools', 'cachetools',
] ]