diff --git a/setup.py b/setup.py index 795344a..69d781d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( 'Programming Language :: Python', ], install_requires=[ - 'email', + 'email3', 'mako', 'mysqlclient', 'progressbar',