Skip to content

Commit

Permalink
Lock celery into support django-celery until we support celery 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Nov 28, 2016
1 parent 6479072 commit 93585cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

setup(
name='wooey',
version='0.9.5',
version='0.9.6',
packages=find_packages(),
scripts=['scripts/wooify'],
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},
install_requires = ['Django>=1.6,<1.10', 'django-autoslug', 'django-celery', 'six', 'clinto>=0.1.3'],
install_requires = ['Django>=1.6,<1.10', 'django-autoslug', 'django-celery', 'six', 'clinto>=0.1.3', 'celery>=3.1.15,<4.0'],
include_package_data=True,
description='A Django app which creates a web GUI and task interface for argparse scripts',
url='http://www.github.com/wooey/wooey',
Expand Down

0 comments on commit 93585cf

Please sign in to comment.