Currently the module dependencies are managed by requirements.txt. This is not good, since such format does not provide good compatibility with multiple python versions and also does not allow to properly use dependencies lock approach. We need to switch deps management to use Pipfile, which is actively developed and has much more possibilities for fine-tuning
Currently the module dependencies are managed by
requirements.txt. This is not good, since such format does not provide good compatibility with multiple python versions and also does not allow to properly use dependencies lock approach. We need to switch deps management to use Pipfile, which is actively developed and has much more possibilities for fine-tuning