By this I mean creating an app bundle that contains the dependencies but for another platform than the one we are bundling on.
But if you just mean that you want to gather the dependencies for a platform other than your build host: this should be possible with the help of Poetry and PDM since they both perform cross-platform resolution.
By this I mean creating an app bundle that contains the dependencies but for another platform than the one we are bundling on.