Skip to content

Commit

Permalink
Added additional requirement for django-localflavor
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Feb 17, 2014
1 parent fdb614b commit 3650ac9
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 @@ -83,7 +83,7 @@ def fullsplit(path, result=None):
packages = packages,
data_files = data_files,
scripts = [],
requires = ('django (>=1.1)','pil','simplejson',),
# install_requires = ['django>=1.1','pil','simplejson',],
requires = ('django (>=1.5)','pil','simplejson', ),
install_requires = ['django>=1.5','pil','simplejson', 'django-localflavor', ],
zip_safe = False,
)

0 comments on commit 3650ac9

Please sign in to comment.