]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - setup.py
webhelpers > 0.6.4 breaks the flash() behavior, so don't allow that
[bluechips.git] / setup.py
index 0c41b7c513a722b899f422ba7c5ff64d33d1c715..063c337c5bfbddd784a6698e1dc63e060818f204 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,8 +14,12 @@ 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",
+                      "WebHelpers==0.6.4",
+                      "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 +37,8 @@ setup(
 
     [paste.app_install]
     main = pylons.util:PylonsInstaller
+    
+    [paste.filter_app_factory]
+    fakeauth = bluechips.lib.fake_auth:FakeAuth
     """,
 )