Replace requirements.txt with Pipenv #56680
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In short: we want to get rid of
requirements.txt
files in favour of using Pipenv.If we want to keep the inter-linking approach we have now, we'll need some extension to Pipenv. I've opened up a ticket on their Gitlab to discuss this.
Alternatively, we could rethink our strategy and rework Pillar and its extensions more into proper Python packages, and install them as such. This might require us to run our own Pypi-like service, which is totally possible.
Something we can't tackle on very short notice, so let's discuss the details here so we remember them later.
Added subscribers: @dr.sybren, @fsiddi