From 6c717d2a60f6bbd19a9a79c497046b3d335fe464 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Tue, 15 Jul 2008 05:13:26 +0000 Subject: [PATCH] Add authkit dependency --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca9d521..0c41b7c 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,8 @@ 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", "tw.forms>=0.9.1", + "AuthKit>=0.4.0], setup_requires=["PasteScript==dev,>=1.6.3dev-r7326"], packages=find_packages(exclude=['ez_setup']), include_package_data=True, -- 2.45.2