Closed cybe closed 3 years ago
@cybe Thanks for PR. Do you consider it ready ? I like the idea, it seems less hacky and easier to maintain. Also I think it would be best to move into docker as main run method, so missing requirements should be less common.
It's ready. The latest force push also adds support for older versions of setuptools (different exception type when parsing eggs).
Ok great ! Docker should have all requirements preinstalled, on image build, so we don't have to worry about it. https://github.com/zewelor/bt-mqtt-gateway/blob/master/Dockerfile#L17
Description
This might break existing setups, because the implementation now exits unconditionally when requirements are not met. Are there other conditions, where this could break something? How about Docker?
Fixes #184
Example for a fully fledged configuration:
Type of change