Skip to content

Commit

Permalink
make xlwt real optional
Browse files Browse the repository at this point in the history
you can install it by `pip install django-xadmin[Excel]`
  • Loading branch information
flisky committed Aug 5, 2013
1 parent f9dc708 commit 638c560
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
install_requires=[
'setuptools',
'django>=1.4',
'xlwt',
'django-crispy-forms>=1.2.3',
'django-reversion',
],
extras_require={
'Excel': ['xlwt'],
},
zip_safe=True,
keywords=['admin', 'django', 'xadmin', 'bootstrap'],
classifiers=[
Expand Down

0 comments on commit 638c560

Please sign in to comment.