Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c71da7a

Browse files
authoredAug 16, 2016
Merge pull request #151 from wooey/version-pin
Pin setup.py to django <1.10
2 parents cf58da6 + a68191a commit c71da7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
setup(
1111
name='wooey',
12-
version='0.9.3',
12+
version='0.9.4',
1313
packages=find_packages(),
1414
scripts=['scripts/wooify'],
1515
entry_points={'console_scripts': ['wooify = wooey.backend.command_line:bootstrap', ]},
16-
install_requires = ['Django>=1.6', 'django-autoslug', 'django-celery', 'six', 'clinto>=0.1.3'],
16+
install_requires = ['Django>=1.6,<1.10', 'django-autoslug', 'django-celery', 'six', 'clinto>=0.1.3'],
1717
include_package_data=True,
1818
description='A Django app which creates a web GUI and task interface for argparse scripts',
1919
url='http://www.github.com/wooey/wooey',

0 commit comments

Comments
 (0)
Please sign in to comment.