We don't have a way to explicitly depend on everyt...
# general
h
We don't have a way to explicitly depend on everything in a
requirements.txt
do we?
h
That's correct. We've avoided a syntax for globbing dependencies. Ameloriated by dep inference and worked around by using a generic
target()
as a bag of deps
h
Yeah but that
target
needs to enumerate all the deps
I have a use-case where a bunch of uninferrable deps need to be in the dist
h
Yeah but that target needs to enumerate all the deps
yeah
h
But it might not be a very generalizable use case
h
could write a macro to generate a
target
maybe
h
Oh yeah, not a bad idea