diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-04-21 07:57:48 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2015-04-21 07:57:48 +0200 |
commit | 264a0b10ddc28820d3a3f9ff5ab75814b19920fd (patch) | |
tree | da5cf3f59d6ffc1b31e9107a4a01a1f39ce52890 | |
parent | d43bb4fd7722fc61e244a5bf54ffd37c0b408a35 (diff) | |
download | libuca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.gz libuca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.bz2 libuca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.tar.xz libuca-264a0b10ddc28820d3a3f9ff5ab75814b19920fd.zip |
tango: list tifffile as dependency
-rw-r--r-- | tango/setup.py | 2 |
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'] ) |