#Private Python package
1 messages · Page 1 of 1 (latest)
To be clear, you want to have a private Python package in your module's pyproject.toml so you can use it in your Dagger functions, right?
Yes, you are right
i found out it is not possible yet. so i just add it as a git submodule and reference the directory in pyproject file. it works 😀
Yeah, sorry about forgetting to reply!
Hi, are there any plans to make this possible?