diff --git a/setup.py b/setup.py index 7902352..2246aa5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,9 @@ def run(self): 'install_requires': [ 'django>=1.4,<1.5', 'modeltree==1.1', - 'jsonfield', + + # Uses a dependency link below + 'jsonfield>=1.0', ], 'test_suite': 'test_suite', @@ -51,7 +53,7 @@ def run(self): }, 'dependency_links': [ - 'https://github.com/bradjasper/django-jsonfield/zipball/3bccdc47#egg=jsonfield', + 'https://github.com/bradjasper/django-jsonfield/zipball/3bccdc47#egg=jsonfield-1.0', ], # Metadata