hatch-requirements-txt icon indicating copy to clipboard operation
hatch-requirements-txt copied to clipboard

Infer `files` from dependencies or support globs

Open janluke opened this issue 11 months ago • 0 comments

Can't files be inferred from dependencies and optional-dependecies by checking if the dependency has an extension (.txt or .in)?

If we really can't remove files, it'd be great to support globs/regular expressions so that one can do:

files = ["requirements/*.txt"]

janluke avatar Mar 04 '24 15:03 janluke