Fix dnspython dependency, closes #74

Preparing bugfix release 1.0.1
This commit is contained in:
László Károlyi 2021-07-19 17:14:15 +02:00
parent 491222f496
commit d476b8684e
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 2 additions and 2 deletions

View File

@ -56,9 +56,9 @@ class BuildPyCommand(build_py):
setup(
name='py3-validate-email',
version='1.0.0',
version='1.0.1',
packages=find_packages(exclude=['tests']),
install_requires=['dnspython~=2.0', 'idna~=3.0', 'filelock~=3.0'],
install_requires=['dnspython~=2.1', 'idna~=3.0', 'filelock~=3.0'],
author='László Károlyi',
author_email='laszlo@karolyi.hu',
description=(