Skip to content

Commit

Permalink
Merge pull request #151 from wooey/version-pin
Browse files Browse the repository at this point in the history
Pin setup.py to django <1.10
  • Loading branch information
Chris7 authored Aug 16, 2016
2 parents cf58da6 + a68191a commit c71da7a
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.3',
version='0.9.4',
packages=find_packages(),
scripts=['scripts/wooify'],
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},
install_requires = ['Django>=1.6', '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'],
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 c71da7a

Please sign in to comment.