Skip to content

Commit

Permalink
add netifaces requirement (required by the updater)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Nov 13, 2018
1 parent a86dc9f commit 1b3ae64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ typing # for py3.4 support
pytz # for tz offset in vacuum
appdirs # for user_cache_dir of vacuum_cli
tqdm
netifaces # for updater
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def readme():
'pytz',
'appdirs',
'tqdm',
'netifaces',
],

entry_points={
Expand Down

0 comments on commit 1b3ae64

Please sign in to comment.