Removed
- `alexber.reqsync.utils.app_conf` removed.
Changed
- Pytest version updated (also some tests dependencies changed)
- alex-ber-utils dependency updated.
- Logger information was moved from `app.py` to `config.yml` file.
- `config.yml` now also supports format that `alex-ber-utils`
https://github.com/alex-ber/AlexBerUtils support for a long time.
Please, consult https://medium.com/analytics-vidhya/my-major-init-app-conf-module-1a5d9fb3998c for
full supported list of `general` parameters.
See documentation here
My `parser` module https://medium.com/analytics-vidhya/my-parser-module-429ed1457718
My `ymlparsers` module https://medium.com/analytics-vidhya/my-ymlparsers-module-88221edf16a6
My major `init_app_conf` module https://medium.com/analytics-vidhya/my-major-init-app-conf-module-1a5d9fb3998c
- Logger is enabled, relative path is resolved correctly, and other little tweaks, see
Integrating Python’s logging and warnings packages
[https://medium.com/analytics-vidhya/integrating-pythons-logging-and-warnings-packages-7ffd6f65e02d]
Making relative path to file to work
[https://alex-ber.medium.com/making-relative-path-to-file-to-work-d5d0f1da67bf]
- `config.xml` - to remove package was added mkl*-related packagages and anaconda-specific packages.
- `REAMDE.md` was updated to reflect all changes above.
Added
- Optional Docker support added.