X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.py;h=018018662ec1eae7da795cdabc8a157fb07ae49b;hb=ac94b9ba576febf19d815dcaf716405f3bc8603e;hp=ca9d521f79ce1787a4edad4f23e0b83c17528638;hpb=fdc60bd821a70fb5b7107eacd7f4bf581baf5e8a;p=bluechips.git diff --git a/setup.py b/setup.py index ca9d521..0180186 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ 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"], + install_requires=["Pylons>=0.9.6", "SQLAlchemy>=0.4.1", "tw.forms>=0.9.1", + "AuthKit>=0.4.0"], setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"], packages=find_packages(exclude=['ez_setup']), include_package_data=True, @@ -32,5 +33,8 @@ setup( [paste.app_install] main = pylons.util:PylonsInstaller + + [paste.filter_app_factory] + fakeauth = bluechips.lib.fake_auth:FakeAuth """, )