You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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-tuningThe text was updated successfully, but these errors were encountered: