]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
ripped out toscawidgets, replaced with formencode, put split editing on main expendit...
[bluechips.git] / setup.py
index ca9d521f79ce1787a4edad4f23e0b83c17528638..248a650b8defff79887f6cfc18939d41e93a9ef5 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,7 +14,10 @@ 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",
+                      "AuthKit>=0.4.0",
+                      "FormEncode>=1.2.1"],
     setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
@@ -32,5 +35,8 @@ setup(
 
     [paste.app_install]
     main = pylons.util:PylonsInstaller
+    
+    [paste.filter_app_factory]
+    fakeauth = bluechips.lib.fake_auth:FakeAuth
     """,
 )