Open
Description
π feature request
Relevant Rules
gazelle
Description
With PEP 723 approved, should we do something with that with gazelle?
Describe the solution you'd like
Thoughts:
- Maybe we read all files and add any PEP 723 deps to an "effective" requirements lock file?
- Parse the PEP 723 deps and add to the
deps
attribute? How is this different from parsingimport
?- might be an alternative to the annotation
# gazelle:include_dep @pypi//foo
within a python file.
- might be an alternative to the annotation
- ???
Describe alternatives you've considered
None.