mirror of
https://github.com/QingdaoU/Spirit.git
synced 2025-01-16 01:13:37 +00:00
make python-magic an extra dep
This commit is contained in:
parent
018aada259
commit
5addf36d6a
@ -3,8 +3,9 @@ django-haystack==2.7.dev0
|
|||||||
whoosh==2.7.4
|
whoosh==2.7.4
|
||||||
mistune==0.7.4
|
mistune==0.7.4
|
||||||
Pillow==4.2.1
|
Pillow==4.2.1
|
||||||
|
olefile==0.45.1
|
||||||
django-infinite-scroll-pagination>=0.2.0,<0.3
|
django-infinite-scroll-pagination>=0.2.0,<0.3
|
||||||
django-djconfig>=0.5.1,<0.6
|
django-djconfig>=0.5.1,<0.6
|
||||||
uni-slugify==0.1.4
|
uni-slugify==0.1.4
|
||||||
|
Unidecode==1.0.22
|
||||||
pytz
|
pytz
|
||||||
python-magic==0.4.13
|
|
||||||
|
2
setup.py
2
setup.py
@ -38,6 +38,8 @@ spirit=spirit.extra.bin.spirit:main
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=REQUIREMENTS,
|
install_requires=REQUIREMENTS,
|
||||||
|
extras_require={
|
||||||
|
'files': ['python-magic==0.4.15']},
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user