Skip to content

Commit

Permalink
Set valid clinto range
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris7 committed Dec 20, 2017
1 parent 772c4bd commit d8b9f4a
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.9',
version='0.9.10',
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.4', 'celery>=3.1.15,<4.0'],
install_requires = ['Django>=1.6,<1.10', 'django-autoslug', 'django-celery', 'six', 'clinto>=0.1.4,<0.2.0', '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 d8b9f4a

Please sign in to comment.