Skip to content

Commit

Permalink
setup.py: Added celery to install_requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ask Solem committed Sep 8, 2010
1 parent ace8f48 commit 09a67e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -20,8 +20,10 @@
namespace_packages=['flaskext'],
zip_safe=False,
platforms='any',
test_suite="nose.collector",
install_requires=[
'Flask'
'Flask',
'celery',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 09a67e2

Please sign in to comment.