Skip to content

Also classify .in as valid requirements file #52

@mering

Description

@mering

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions