Bump idna dependency
This commit is contained in:
parent
ed7e0e96d9
commit
92194c93d5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -58,7 +58,7 @@ setup(
|
|||
name='py3-validate-email',
|
||||
version='0.2.16',
|
||||
packages=find_packages(exclude=['tests']),
|
||||
install_requires=['dnspython~=2.0', 'idna~=2.10', 'filelock~=3.0'],
|
||||
install_requires=['dnspython~=2.0', 'idna~=3.0', 'filelock~=3.0'],
|
||||
author='László Károlyi',
|
||||
author_email='laszlo@karolyi.hu',
|
||||
description=(
|
||||
|
|
Loading…
Reference in a new issue