From 77cdef3d85039714ea4dd9766b896ca7412f5d1a Mon Sep 17 00:00:00 2001 From: Sebastian Muszynski Date: Mon, 22 Jan 2018 08:45:05 +0100 Subject: [PATCH] Missing dependency "appdirs" added. --- requirements.txt | 1 + setup.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f3709ab18..d21ae3607 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ zeroconf attrs typing # for py3.4 support pytz # for tz offset in vacuum +appdirs # for user_cache_dir of vacuum_cli diff --git a/setup.py b/setup.py index 246387286..626222b00 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,8 @@ 'zeroconf', 'attrs', 'android_backup', - 'pytz'], + 'pytz', + 'appdirs'], entry_points={ 'console_scripts': [