- Update `ui.py` to identify the correct location of gunicorn to resolve issues encountered when installing through `pipx`
4.1.0
- removed extra log messages to reduce log pollution - changed casing of function names in UI to conform to camelCasing - using appropriate interpreter based on environment in ecosystem.json - removed custom package directory extension to prevent naming issues in config.json - removed multi-threading options from gunicorn servers
4.0.4
- hotfix of calling get on env vars
4.0.3
- hotfix of conditional dependency
4.0.2
- added guard on determining host IP address in `mmpm.constants.paths` - added import guard for Python3.8 when using `importlib.resources` in `mmpm.ui` - added check for MMPM being a docker image when self upgrading