# HG changeset patch # User Tuomo Valkonen # Date 1516704290 0 # Node ID d63f6e9a4633c36dd95e3bd3db5b2cc460373e42 # Parent cfcaa5f6ba3336966b1bbdae891e1b8c72ec4af8 pyyaml was missing from listed dependencies diff -r cfcaa5f6ba33 -r d63f6e9a4633 README.md --- a/README.md Mon Jan 22 22:23:01 2018 +0000 +++ b/README.md Tue Jan 23 10:44:50 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 cfcaa5f6ba33 -r d63f6e9a4633 setup.py --- a/setup.py Mon Jan 22 22:23:01 2018 +0000 +++ b/setup.py Tue Jan 23 10:44:50 2018 +0000 @@ -7,7 +7,7 @@ 'plist': { 'LSUIElement': True, }, - 'packages': ['rumps', 'keyring'], #, 'xdg'], + 'packages': ['rumps', 'keyring', 'pyyaml', 'xdg'], } setup(