X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=7a4a041f716ac4c4b70f87ceb7877ccc9b5cdb9a;hb=d85bab6765db6e1fa6c0da601a03096adab3bd8c;hp=018018662ec1eae7da795cdabc8a157fb07ae49b;hpb=76a66757f308bb081d2bb456a83f9eb2b4c2ed63;p=bluechips.git diff --git a/setup.py b/setup.py index 0180186..7a4a041 100755 --- a/setup.py +++ b/setup.py @@ -14,8 +14,11 @@ setup( author='Residents of Blue Sun Corporate Headquarters', author_email='chips@blue-sun-corp.com', #url='', - install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "tw.forms>=0.9.1", - "AuthKit>=0.4.0"], + install_requires=["Pylons>=0.9.6", + "SQLAlchemy>=0.4.1", + "AuthKit>=0.4.0", + "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,