If i do something like
juliapkg.add("PowerfulCore", dev=True, , path="../../julia/PowerfulCore/")
to add a julia dependency to a python package within a monorepo then it installs and works correctly.
But the Manifest.toml / meta.json end up with a relative path in it.
This is technically fine as when i checkout the repo in a new location it just updates to the new path.
But it means that if I version control this file it has a lot of meaningless changes.
Manifest.toml's do support relative paths.