From: Eevee Date: Wed, 30 Sep 2009 02:57:30 +0000 (-0700) Subject: Added elixir dependency. X-Git-Url: http://git.veekun.com/zzz-floof.git/commitdiff_plain/77bd0e7eeef6642c4faed4d23df6b9de1d21be9b Added elixir dependency. --- diff --git a/setup.py b/setup.py index b271114..ebbed71 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( install_requires=[ "Pylons>=0.9.7", "SQLAlchemy>=0.5", + "elixir>=0.6", 'python-openid', ], setup_requires=["PasteScript>=1.6.3"],