fix s/email/email3/ requirement
This commit is contained in:
parent
a325803130
commit
ca96b074d3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'email',
|
'email3',
|
||||||
'mako',
|
'mako',
|
||||||
'mysqlclient',
|
'mysqlclient',
|
||||||
'progressbar',
|
'progressbar',
|
||||||
|
|
Loading…
Reference in a new issue