move exifread to other dependencies
This commit is contained in:
parent
4a14f6da51
commit
411ae185bf
4
setup.py
4
setup.py
@ -74,6 +74,7 @@ install_requires = [
|
|||||||
'PasteScript',
|
'PasteScript',
|
||||||
'requests>=2.6.0',
|
'requests>=2.6.0',
|
||||||
'pyld',
|
'pyld',
|
||||||
|
'ExifRead>=2.0.0'
|
||||||
# This is optional:
|
# This is optional:
|
||||||
# 'translitcodec',
|
# 'translitcodec',
|
||||||
# For now we're expecting that users will install this from
|
# For now we're expecting that users will install this from
|
||||||
@ -82,10 +83,8 @@ install_requires = [
|
|||||||
# 'Pillow',
|
# 'Pillow',
|
||||||
] + pyversion_install_requires
|
] + pyversion_install_requires
|
||||||
|
|
||||||
dependency_links = []
|
|
||||||
if not PY2:
|
if not PY2:
|
||||||
# PyPI version (1.4.2) does not have proper Python 3 support
|
# PyPI version (1.4.2) does not have proper Python 3 support
|
||||||
dependency_links.append('https://github.com/ianare/exif-py/zipball/develop#egg=ExifRead-2.0.0')
|
|
||||||
install_requires.append('ExifRead>=2.0.0')
|
install_requires.append('ExifRead>=2.0.0')
|
||||||
|
|
||||||
with open(READMEFILE, encoding="utf-8") as fobj:
|
with open(READMEFILE, encoding="utf-8") as fobj:
|
||||||
@ -100,7 +99,6 @@ try:
|
|||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
# scripts and dependencies
|
# scripts and dependencies
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
dependency_links=dependency_links,
|
|
||||||
test_suite='nose.collector',
|
test_suite='nose.collector',
|
||||||
entry_points="""\
|
entry_points="""\
|
||||||
[console_scripts]
|
[console_scripts]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user