# HG changeset patch # User Tuomo Valkonen # Date 1516748100 0 # Node ID 121aa89fe670af850b8e35a40c2654cd43d6fefd # Parent 407af23d16bb8d864ad381944dcdf511ee1793ed# Parent d63f6e9a4633c36dd95e3bd3db5b2cc460373e42 merge diff -r 407af23d16bb -r 121aa89fe670 README.md --- a/README.md Tue Jan 23 22:53:51 2018 +0000 +++ b/README.md Tue Jan 23 22:55:00 2018 +0000 @@ -10,6 +10,7 @@ You will need to install the following non-standard Python packages: - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases from the keychain + - [pyyaml](http://pyyaml.org/) for parse configuration files The use the tray icon on Mac OS, you will need: diff -r 407af23d16bb -r 121aa89fe670 setup.py --- a/setup.py Tue Jan 23 22:53:51 2018 +0000 +++ b/setup.py Tue Jan 23 22:55:00 2018 +0000 @@ -7,7 +7,7 @@ 'plist': { 'LSUIElement': True, }, - 'packages': ['rumps', 'keyring'], #, 'xdg'], + 'packages': ['rumps', 'keyring', 'pyyaml', 'xdg'], } setup(