clay
04/07/2023, 12:46 PMDaniel Gafni
04/07/2023, 12:52 PMgit+https
or git+ssh
.
I advise to publish it a private PyPI properly tho, this way different code locations don't need to be in sync with the common package version all the time. Installing from git
would allow this too but it's a little harder to configure for docker builds etcclay
04/07/2023, 12:53 PMDaniel Gafni
04/07/2023, 12:54 PMgit+...
installtionclay
04/07/2023, 12:54 PMAndras Somi
04/07/2023, 12:56 PMgit
way from Daniel’s solutions with some code that is used in different services across our systems. It’s doable but currently requires manually updating Dockerfiles with the latest version of the package, so it’s not as nice as pinning some version range in a requirements.txt. But it’s usable still.Daniel Gafni
04/07/2023, 12:57 PMgit+
with requirements.txt as well as with PoetryAndras Somi
04/07/2023, 12:59 PMgit+
(eg. from release/...
branches) you’ll end up manually updating your requirements.txt too.Daniel Gafni
04/07/2023, 1:02 PM