-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
The .in extension is often used when using pip-compile to "compile" the .in to .txt. It should be treated as valid in
| extension_ok = filename.endswith('txt') or filename.endswith('pip') |
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.
Metadata
Metadata
Assignees
Labels
No labels