summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-04-21 07:57:48 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2015-04-21 07:57:48 +0200
commit264a0b10ddc28820d3a3f9ff5ab75814b19920fd (patch)
treeda5cf3f59d6ffc1b31e9107a4a01a1f39ce52890
parentd43bb4fd7722fc61e244a5bf54ffd37c0b408a35 (diff)
downloaduca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.gz
uca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.bz2
uca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.xz
uca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.zip
tango: list tifffile as dependency
-rw-r--r--tango/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tango/setup.py b/tango/setup.py
index 8b12153..e0b91ff 100644
--- a/tango/setup.py
+++ b/tango/setup.py
@@ -10,5 +10,5 @@ setup(
description='TANGO server for libuca',
long_description='TANGO server for libuca',
scripts=['Uca'],
- install_requires=['PyTango']
+ install_requires=['PyTango', 'tifffile']
)