We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.in
The .in extension is often used when using pip-compile to "compile" the .in to .txt. It should be treated as valid in
pip-compile
.txt
pip-upgrader/pip_upgrader/requirements_detector.py
Line 47 in 87da550
Currently there is no way to tell pip-upgrader to work on such files.
pip-upgrader
Furthermore, I don't understand why you are checking file extensions at all in the case one is explicitly specifying a file via command line argument.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The
.in
extension is often used when usingpip-compile
to "compile" the.in
to.txt
. It should be treated as valid inpip-upgrader/pip_upgrader/requirements_detector.py
Line 47 in 87da550
Currently there is no way to tell
pip-upgrader
to work on such files.Furthermore, I don't understand why you are checking file extensions at all in the case one is explicitly specifying a file via command line argument.
The text was updated successfully, but these errors were encountered: