Spruced up UI a little bit.
[zzz-floof.git] / setup.py
index 30bf697..c71e6b2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,10 +13,14 @@ setup(
     author_email='',
     url='',
     install_requires=[
+        'routes>=1.11',     # for submapper
         "Pylons>=0.9.7",
         "SQLAlchemy>=0.5",
         "elixir>=0.6",
+        'pil',
         'python-openid',
+        'shabti',
+        'wtforms',
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),