aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBoris Bobrov <breton@cynicmansion.ru>2017-06-10 01:29:19 +0300
committerBoris Bobrov <breton@cynicmansion.ru>2017-06-10 01:29:19 +0300
commit411ae185bfbd0f607ef6a5e2a5bf325a01209f97 (patch)
treeeacc5007b3ac9a947ab3c5c587083ebf630abb76 /setup.py
parent4a14f6da5175f0d98e9304cda2242f8fec7e0008 (diff)
downloadmediagoblin-411ae185bfbd0f607ef6a5e2a5bf325a01209f97.tar.lz
mediagoblin-411ae185bfbd0f607ef6a5e2a5bf325a01209f97.tar.xz
mediagoblin-411ae185bfbd0f607ef6a5e2a5bf325a01209f97.zip
move exifread to other dependencies
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 5dc30591..72c19735 100644
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,7 @@ install_requires = [
'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
@@ -82,10 +83,8 @@ install_requires = [
# '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:
@@ -100,7 +99,6 @@ try:
include_package_data = True,
# scripts and dependencies
install_requires=install_requires,
- dependency_links=dependency_links,
test_suite='nose.collector',
entry_points="""\
[console_scripts]