From 264a0b10ddc28820d3a3f9ff5ab75814b19920fd Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 21 Apr 2015 07:57:48 +0200 Subject: tango: list tifffile as dependency --- tango/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tango/setup.py') 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'] ) -- cgit v1.2.3