Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simpler way of creating locks from multiple requirements #2

Open
cm-tm opened this issue Oct 23, 2019 · 2 comments
Open

Simpler way of creating locks from multiple requirements #2

cm-tm opened this issue Oct 23, 2019 · 2 comments

Comments

@cm-tm
Copy link

cm-tm commented Oct 23, 2019

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:

dante lock -s -r requirements.txt -f requirements.lock
dante lock -s -r requirements-dev.txt -f requirements-dev.lock
...

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?

@QuicksilverMachine
Copy link
Contributor

I agree, I noticed the same issue when using it myself. I'll take a look at it when I get the chance. Any suggestion is welcome.

@1buran
Copy link

1buran commented Oct 25, 2021

Ping..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants