| 40 |
40 |
| 41 This will install the following Python packages: |
41 This will install the following Python packages: |
| 42 |
42 |
| 43 - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases |
43 - [keyring](https://pypi.python.org/pypi/keyring) to extract passphrases |
| 44 from the keychain |
44 from the keychain |
| 45 - [pyyaml](http://pyyaml.org/) for parse configuration files |
45 - [pyyaml](http://pyyaml.org/) for parsing configuration files |
| 46 - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated |
46 - [rumps](https://github.com/jaredks/rumps) (Ridiculously Uncomplicated |
| 47 macOS Python Statusbar apps) |
47 macOS Python Statusbar apps) |
| 48 - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file |
48 - [xdg](https://pypi.python.org/pypi/xdg/3.0.0) for configuration file |
| 49 location (not needed on macOS) |
49 location (not needed on macOS) |
| 50 |
50 |