hatch-requirements-txt
hatch-requirements-txt copied to clipboard
Infer `files` from dependencies or support globs
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"]