From 5f5e8469c0fb6d33d547caddf7cb80c6b98b42a3 Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Wed, 6 Apr 2011 09:26:34 +0200 Subject: [PATCH] Added dependencies --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 56fe1a2..ad757c8 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ # from distutils.core import Command -from setuptools import setup, find_packages +from setuptools import setup class PyTest(Command): @@ -60,6 +60,7 @@ setup( # core dependencies 'decorator', 'httplib2', + 'importlib', # for the tests: 'pyasn1', 'python-memcached', @@ -69,6 +70,8 @@ setup( 'paste', 'zope.interface', 'repoze.who == 1.0.18', + # extras + 'pymongo' ], zip_safe=False,