Why does requirements.lock contains project in editable mode ? #841
-
I'm used to writing docker images for Python project in two steps:
This has the nice advantage that if I update my code, layers where dependencies are installed are cached, and repeated builds are much quicker. When using -e file:. I'd like to know why this line is present, and if it is possible to configure |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I did see this answer which describes a workaround: #239 (comment), however I wanted to know whether this will be a definitive behaviour or not |
Beta Was this translation helpful? Give feedback.
W.r.t definitive: no, rye does not consider its lock file design to be finished and may well change in the future.