Skip to content

Commit

Permalink
Missing dependency "appdirs" added. (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored and rytilahti committed Jan 22, 2018
1 parent 4c186bc commit 9202f1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
'zeroconf',
'attrs',
'android_backup',
'pytz'],
'pytz',
'appdirs'],

entry_points={
'console_scripts': [
Expand Down

0 comments on commit 9202f1d

Please sign in to comment.