Ensure requirements.txt is included in both source and binary distributions.
0.8.3
This release updates Pyee to v8.1.0 in line with other Mycroft software. The update makes the `once` call more safe in multi-threaded environments.
Big thanks to forslund for chasing this upstream :+1:
0.8.2
- Fix typo bug in `print_utterance` (2) - Improve setup.py information for PyPI (3, 5) - Update Pyee to 7.0.1 in line with mycroft-core (4) - Switch to Executor event emitter built into update Pyee (6)
0.8.1
Fix a reference leak when removing all listeners.
0.8
Extract messagebus client code from mycroft-core into a separate package for convenience of development.