Skip to content

Commit

Permalink
update setup requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Dec 23, 2010
1 parent 183d09e commit 9f3bbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -25,9 +25,9 @@ def run(self, *args, **kwargs):
packages=find_packages(),
zip_safe=False,
install_requires=[
'django-celery',
'nexus>=0.1.1',
],
test_suite = 'nexus_celery.tests',
test_suite = 'nexus_memcache.tests',
include_package_data=True,
cmdclass={"test": mytest},
classifiers=[
Expand Down

0 comments on commit 9f3bbd7

Please sign in to comment.