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: ```toml files = ["requirements/*.txt"] ```