make python-magic an extra dep

This commit is contained in:
nitely 2018-01-30 09:42:53 -03:00
parent 018aada259
commit 5addf36d6a
2 changed files with 4 additions and 1 deletions

View File

@ -3,8 +3,9 @@ django-haystack==2.7.dev0
whoosh==2.7.4
mistune==0.7.4
Pillow==4.2.1
olefile==0.45.1
django-infinite-scroll-pagination>=0.2.0,<0.3
django-djconfig>=0.5.1,<0.6
uni-slugify==0.1.4
Unidecode==1.0.22
pytz
python-magic==0.4.13

View File

@ -38,6 +38,8 @@ spirit=spirit.extra.bin.spirit:main
include_package_data=True,
zip_safe=False,
install_requires=REQUIREMENTS,
extras_require={
'files': ['python-magic==0.4.15']},
license='MIT License',
classifiers=[
'Development Status :: 5 - Production/Stable',