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
If I have multiple requirements files and packages from all of them installed in the current environment, then running dante lock -s would lock all packages in lock_file_path, even those that are listed in a different requirement file. So instead I need to perform multiple lock calls:
With the existing support for multiple requirements files and multiple lock files, wouldn't it be better if there was a clear relation between each requirement file and a lock file so that dante lock -s would modify multiple lock files at once?
The text was updated successfully, but these errors were encountered:
If I have multiple requirements files and packages from all of them installed in the current environment, then running
dante lock -s
would lock all packages inlock_file_path
, even those that are listed in a different requirement file. So instead I need to perform multiple lock calls:With the existing support for multiple requirements files and multiple lock files, wouldn't it be better if there was a clear relation between each requirement file and a lock file so that
dante lock -s
would modify multiple lock files at once?The text was updated successfully, but these errors were encountered: