X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=7a4a041f716ac4c4b70f87ceb7877ccc9b5cdb9a;hb=d85bab6765db6e1fa6c0da601a03096adab3bd8c;hp=248a650b8defff79887f6cfc18939d41e93a9ef5;hpb=acccaf1c26b247e15d6fe5e10658548cc4718295;p=bluechips.git diff --git a/setup.py b/setup.py index 248a650..7a4a041 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,8 @@ setup( install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "AuthKit>=0.4.0", - "FormEncode>=1.2.1"], + "FormEncode>=1.2.1", + "mailer>=0.5"], setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"], packages=find_packages(exclude=['ez_setup']), include_package_data=True,