'PasteScript',
'requests>=2.6.0',
'pyld',
+ 'ExifRead>=2.0.0'
# This is optional:
# 'translitcodec',
# For now we're expecting that users will install this from
# 'Pillow',
] + pyversion_install_requires
-dependency_links = []
if not PY2:
# 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')
with open(READMEFILE, encoding="utf-8") as fobj:
include_package_data = True,
# scripts and dependencies
install_requires=install_requires,
- dependency_links=dependency_links,
test_suite='nose.collector',
entry_points="""\
[console_scripts]