I see that pants will automatically add a first pa...
# general
r
I see that pants will automatically add a first party dependency to install_requires when generating the setup.py. Is there a way to do something similar when using the poetry extension? I can the dependency manually to the pyproject.toml, however then I can’t generate the poetry lock file because the dependency hasn’t been packaged yet. Is there a pattern for this?