-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
pip-compile cant take a directory. #207
Comments
I'm not sure of the use case for this over compiling from a master requirements.in specified like this:
Given the lack of activity for nearly 3 years, and the suggested alternative, I'm closing this for now. |
I have independent requirements files for runtime (requires), test deps, CI (i.e. tox), deployment deps. I need a four-line shell script wrapper to compile them all to their respective target. |
@merwok - that sounds like a different feature. This issue was requesting that a directory of |
You are right! #532 is that other feature. |
Haha, this was almost three years back. I apologize for my naivety back then. I have since then realized you can just use the suggested alternative. :) |
FYI, there is a |
When I input
pip-compile
with a directory,It would be great if
pip-compile
would find all the *.in files and compile them when a directory is given as a parameter.The text was updated successfully, but these errors were encountered: