Is Pants meant to be used together with Python pac...
# general
b
Is Pants meant to be used together with Python package management & dependency tools like Hatch or Poetry? I donโ€™t seem to get the docs and how to set up projects, dependencies and editors in a proper way. Maybe Iโ€™m misunderstanding the use case for ๐Ÿ‘– ? Anyone here that have repos to look at and/or ideas?
d
Here is the part about dependencies, you definitely don't need other tools when using pants. https://www.pantsbuild.org/2.19/docs/python/overview/third-party-dependencies
๐Ÿ™ 1
h
Yeah, I don't think you should need to use Pants with other tools like that. It should do all the things they do.
๐Ÿ™ 1
But with a monorepo in mind.