From 08f3af6cc0c0322e27fea5f4c985ecb4dce77abb Mon Sep 17 00:00:00 2001 From: Eevee Date: Tue, 18 May 2010 23:59:08 -0700 Subject: [PATCH] Whoops; require python-openid. --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5d13ee..8f4bbb1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,10 @@ setup( version = '0.1', packages = find_packages(), - install_requires = ['spline'], + install_requires = [ + 'spline', + 'python-openid', + ], include_package_data = True, -- 2.7.4