We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4433683 commit ca2c3b7Copy full SHA for ca2c3b7
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='email_validator',
12
- version='1.0.1',
+ version='1.0.2',
13
14
description='A robust email syntax and deliverability validation library for Python 2.x/3.x.',
15
long_description=open("README.rst", encoding='utf-8').read(),
@@ -34,11 +34,11 @@
34
],
35
36
keywords="email address validator",
37
-
+
38
packages=find_packages(),
39
install_requires=[
40
"idna>=2.0.0",
41
- "dnspython>=1.13.0"],
+ "dnspython>=1.15.0"],
42
43
entry_points={
44
'console_scripts': [
0 commit comments