Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Drop dependency link to jsonfield fork
Browse files Browse the repository at this point in the history
The latest build in PyPi includes the changes present in the fork
  • Loading branch information
bruth committed May 6, 2013
1 parent f6810cf commit 0939635
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Expand Up @@ -7,8 +7,7 @@
'django>=1.4,<1.6',
'modeltree>=1.1.5',
'South==0.7.6',
# Uses a dependency link below
'jsonfield>=1.0b',
'jsonfield==0.9.4',
]

if sys.version_info < (2, 7):
Expand Down Expand Up @@ -58,10 +57,6 @@ def run(self):
'extras': ['openpyxl>=1.6,<1.7'],
},

'dependency_links': [
'https://github.com/cbmi/django-jsonfield/zipball/601872f#egg=jsonfield-1.0b',
],

# Metadata
'name': 'avocado',
'version': __import__('avocado').get_version(),
Expand Down

0 comments on commit 0939635

Please sign in to comment.