X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=7a4a041f716ac4c4b70f87ceb7877ccc9b5cdb9a;hb=2be2a5945f1d317498504e007829f86720e9cedf;hp=257c70cab0db4a03aff8b39e5e8c8cd4befd8db5;hpb=c8db2b9e7a4f08b236d007e5dafd2b7dd63c917b;p=bluechips.git diff --git a/setup.py b/setup.py index 257c70c..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, @@ -33,5 +36,8 @@ setup( [paste.app_install] main = pylons.util:PylonsInstaller + + [paste.filter_app_factory] + fakeauth = bluechips.lib.fake_auth:FakeAuth """, )