Fixed setup.py.
authorEevee <git@veekun.com>
Thu, 8 Oct 2009 04:25:41 +0000 (21:25 -0700)
committerEevee <git@veekun.com>
Thu, 8 Oct 2009 04:25:41 +0000 (21:25 -0700)
setup.py

index 30bf697..ee04f36 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,10 +13,12 @@ setup(
     author_email='',
     url='',
     install_requires=[
     author_email='',
     url='',
     install_requires=[
+        'routes>=1.11',     # for submapper
         "Pylons>=0.9.7",
         "SQLAlchemy>=0.5",
         "elixir>=0.6",
         'python-openid',
         "Pylons>=0.9.7",
         "SQLAlchemy>=0.5",
         "elixir>=0.6",
         'python-openid',
+        'shabti',
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),