#Private Python package

1 messages · Page 1 of 1 (latest)

mellow fern
#

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?

little kernel
#

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 😀

mellow fern
#

Yeah, sorry about forgetting to reply!

feral folio
#

Hi, are there any plans to make this possible?